source: vendor/gawk/3.1.5/test/strcat1.awk

Last change on this file was 3076, checked in by bird, 19 years ago

gawk 3.1.5

File size: 110 bytes
Line 
1
2function f1(b) { b = b "c"; print f(b); }
3
4function f(a) { a = a "b"; return a; }
5
6BEGIN { A = "a"; f1(A); }
Note: See TracBrowser for help on using the repository browser.