github.com/benhoyt/goawk@v1.8.1/testdata/gawk/arysubnm.awk (about) 1 BEGIN { n = 11 ; foo[n] = n; print (2 <= n) }