github.com/benhoyt/goawk@v1.8.1/testdata/t.vf1 (about) 1 { print 2 i = 1 3 while (i <= NF) { 4 print " " $i 5 i = i + 1 6 } 7 }