source: trunk/essentials/sys-apps/gawk/test/strcat1.awk@ 3174

Last change on this file since 3174 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.