github.com/benhoyt/goawk@v1.8.1/testdata/gawk/aryprm7.awk (about) 1 function f(x, y){ 2 y[1] = x 3 } 4 BEGIN { 5 f(a, a) 6 }