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

10 lines
63 B
Awk

BEGIN {
p(a[0])
print a[0][0]
}
function p(f)
{
f[0] = 1
}