xref
: /
dports
/
sysutils
/
goawk
/
goawk-1.9.2
/
testdata
/
gawk
/
callparam.awk
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
BEGIN
{
f
() }
2
3
function
f
(
a
, b)
4
{
5
a
=
b
()
6
}
7