freebsd-dev/contrib/awk/test/arysubnm.awk

2 lines
46 B
Awk
Raw Normal View History

2000-08-15 10:02:07 +00:00
BEGIN { n = 11 ; foo[n] = n; print (2 <= n) }