source:
trunk/essentials/sys-apps/gawk/test/concat2.awk
Last change on this file was 3076, checked in by , 18 years ago | |
---|---|
File size: 93 bytes |
Line | |
---|---|
1 | function f(s, x) { |
2 | x = 1 |
3 | s = 3 |
4 | s = s x |
5 | print s |
6 | } |
7 | |
8 | BEGIN { for (i = 1; i <=12; i++) f() } |
Note:
See TracBrowser
for help on using the repository browser.