Home
Manpages
About
(root)/
gawk-5.2.2/
test/
callparam.awk
BEGIN { f() } function f( a, b) { a = b() }