freebsd-nq/contrib/awk/test/opasnslf.awk

7 lines
61 B
Awk
Raw Normal View History

2000-08-15 10:02:07 +00:00
BEGIN {
print b += b += 1
b = 6
print b += b++
print b
}