github.com/benhoyt/goawk@v1.8.1/testdata/gawk/opasnslf.awk (about) 1 BEGIN { 2 print b += b += 1 3 b = 6 4 print b += b++ 5 print b 6 }