DEBSOURCES
Skip Quicknav
sources / goawk / 1.29.0-1 / testdata / gawk / inpref.awk
123456789
function test(x) { print x getline print x } { test($0) }