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
/
sclforin.awk
blob: 335e85402ad8c4bbb73fad425a7b0b785182acdc (
plain
)
1
BEGIN
{
j
=
4
;
for
(
i
in
j
)
print
j
[
i
]
}