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
/
callparam.awk
blob: b925db019f3ab09d1493c01e198b086d25b6ed48 (
plain
)
1
2
3
4
5
6
BEGIN
{
f()
}
function f
(
a
,
b
)
{
a
=
b()
}