github.com/benhoyt/goawk@v1.8.1/testdata/gawk/aryprm5.awk (about)

     1  function f(x){
     2  	x[1] = x
     3  }
     4  BEGIN {
     5  	f(a)
     6  }