1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-20 11:11:24 +00:00
freebsd/contrib/awk/test/opasnidx.awk
2000-08-15 10:02:07 +00:00

2 lines
53 B
Awk

BEGIN { b = 1; a[b] = 2; a[b++] += 1; print b,a[1] }