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
/
paramres.awk
blob: e2f18927448790b90d77076f1fc52c836e99216d (
plain
)
1
2
3
4
5
6
BEGIN
{
foo()
}
function foo
(
a
,
FS
,
q
)
{
print
"a ="
,
a
}