github.com/benhoyt/goawk@v1.8.1/testdata/t.fun0 (about)

     1  function f(a) { print "hello"; return a }
     2  { print "<" f($1) ">" }