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