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
/
opasnidx.awk
blob: e39886004acbba906abc2b3377af7206c349870e (
plain
)
1
BEGIN
{
b
=
1
;
a
[
b
]
=
2
;
a
[
b
++]
+=
1
;
print
b
,
a
[
1
]
}