home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Geek Gadgets 1
/
ADE-1.bin
/
ade-dist
/
gawk-2.15.6-src.tgz
/
tar.out
/
fsf
/
gawk
/
test
/
paramdup.awk
< prev
next >
Wrap
Text File
|
1996-09-28
|
104b
|
9 lines
BEGIN { foo(0, 1, 2) }
function foo(a, b, c, b, a)
{
print "a =", a
print "b =", b
print "c =", c
}