github.com/benhoyt/goawk@v1.8.1/testdata/t.fun1 (about) 1 function f(a,b,c) { print "hello" } 2 NR < 3 { f(1,2,3) }