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
/
functab2.awk
blob: 9a07dfc3bc71182c8bb752866b4c4795acb7fe3a (
plain
)
1
2
3
4
5
6
7
8
function foo()
{
print
"foo!"
}
BEGIN
{
FUNCTAB
[
"a"
]
=
"something"
}