github.com/benhoyt/goawk@v1.8.1/testdata/t.fun (about) 1 function g() { return "{" f() "}" } 2 function f() { return $1 } 3 { print "<" g() ">" }