freebsd-dev/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] }