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
/
symtab10.awk
blob: 6fbd39946c50ba433b1638029866386a2dd409ec (
plain
)
1
BEGIN
{
SYMTAB
[
"x"
]
;
y
=
1
;
y
++
}