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

     1  BEGIN { SUBSEP = 10; a[1, 1] = 100 ; print a[1 SUBSEP 1] }