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
/
symtab8.awk
blob: 2c8083185f1dbef520917877a490dd340385dccd (
plain
)
1
2
3
4
5
{
SYMTAB
[
$1
]
=
1
}
END
{
print
$test
}