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