source: trunk/essentials/sys-apps/gawk/test/concat2.awk

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

gawk 3.1.5

File size: 93 bytes
Line 
1function f(s, x) {
2 x = 1
3 s = 3
4 s = s x
5 print s
6}
7
8BEGIN { for (i = 1; i <=12; i++) f() }
Note: See TracBrowser for help on using the repository browser.