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
/
subsepnm.awk
blob: 976eef96e1efbd21276c311d2299b5165282a0d6 (
plain
)
1
BEGIN
{
SUBSEP
=
10
;
a
[
1
,
1
]
=
100
;
print
a
[
1
SUBSEP
1
]
}