freebsd-dev/contrib/awk/test/opasnslf.awk
2000-08-15 10:02:07 +00:00

7 lines
61 B
Awk

BEGIN {
print b += b += 1
b = 6
print b += b++
print b
}