freebsd-skq/contrib/awk/test/prmarscl.awk
1997-10-14 18:17:11 +00:00

7 lines
59 B
Awk

function test(a)
{
print a[1]
}
BEGIN { j = 4; test(j) }