github.com/benhoyt/goawk@v1.8.1/testdata/t.set1 (about) 1 function f(x) { x = 1; print x } 2 { f($0) 3 f($1) }