github.com/benhoyt/goawk@v1.8.1/testdata/gawk/prec.awk (about) 1 # check the precedence of operators: 2 BEGIN { 3 $1 = i = 1 4 $+i++ 5 $- -i++ 6 print 7 }