4.4BSD/usr/src/old/awk/test/t.incr

{ ++i; --j; k++; l-- }
END { print NR, i, j, k, l }