github.com/benhoyt/goawk@v1.8.1/testdata/gawk/fnarray.awk (about) 1 function foo(N) { 2 return 0 3 } 4 BEGIN { 5 Num = foo[c] 6 } 7