1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-12 14:29:28 +00:00
freebsd/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
}