github.com/benhoyt/goawk@v1.8.1/testdata/t.incr (about) 1 { ++i; --j; k++; l-- } 2 END { print NR, i, j, k, l }