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

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

gawk 3.1.5

File size: 109 bytes
Line 
1BEGIN {
2 foo[1] = 4
3 f1(foo)
4}
5
6function f1(a) { f2(a) }
7
8function f2(b) { f3(b) }
9
10function f3(c) { c = 6 }
Note: See TracBrowser for help on using the repository browser.