Home
Manpages
About
(root)/
gawk-5.2.2/
test/
aryprm7.awk
function f(x, y){ y[1] = x } BEGIN { f(a, a) }