source:
trunk/essentials/sys-apps/gawk/test/concat2.awk@
3174
| Last change on this file since 3174 was 3076, checked in by , 19 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.
