ubuntu-buildroot/output/build/host-gawk-5.2.0/test/prmarscl.awk

7 lines
59 B
Awk

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