github.com/benhoyt/goawk@v1.8.1/testdata/gawk/opasnidx.awk (about) 1 BEGIN { b = 1; a[b] = 2; a[b++] += 1; print b,a[1] }