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

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

gawk 3.1.5

File size: 104 bytes
Line 
1BEGIN { foo(0, 1, 2) }
2
3function 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.