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