source:
trunk/essentials/sys-apps/gawk/test/fnaryscl.awk
Last change on this file was 3076, checked in by , 18 years ago | |
---|---|
File size: 109 bytes |
Line | |
---|---|
1 | BEGIN { |
2 | foo[1] = 4 |
3 | f1(foo) |
4 | } |
5 | |
6 | function f1(a) { f2(a) } |
7 | |
8 | function f2(b) { f3(b) } |
9 | |
10 | function f3(c) { c = 6 } |
Note:
See TracBrowser
for help on using the repository browser.