github.com/benhoyt/goawk@v1.8.1/testdata/gawk/prmarscl.awk (about) 1 function test(a) 2 { 3 print a[1] 4 } 5 6 BEGIN { j = 4; test(j) }