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

2 lines
46 B
Awk

BEGIN { n = 11 ; foo[n] = n; print (2 <= n) }