github.com/benhoyt/goawk@v1.8.1/testdata/gawk/uninit3.awk (about) 1 function f(x){ 2 print x 3 } 4 5 BEGIN { 6 f(x) 7 }