index
:
egawk
master
Enhanced GNU Awk
kaz@kylheku.com
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
test
/
arysubnm.awk
blob: 961b54abf530ee2a0ccb9f04096da79088acc83f (
plain
)
1
BEGIN
{
n
=
11
;
foo
[
n
]
=
n
;
print
(
2
<=
n
)
}