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
/
symtab5.awk
blob: e4fbc85fef72ba4716cf05f7026d661cfe221e05 (
plain
)
1
BEGIN
{
SYMTAB
[
"POS"
]=
1
}
{
print
$POS
}