github.com/benhoyt/goawk@v1.8.1/testdata/gawk/callparam.awk (about) 1 BEGIN { f() } 2 3 function f( a, b) 4 { 5 a = b() 6 }