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
/
symtab3.awk
blob: 4c2026dcdef889dafe4e1db015c88e1d718e8bde (
plain
)
1
BEGIN
{
a
=
5
;
delete
SYMTAB
[
"a"
]
}