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