github.com/benhoyt/goawk@v1.8.1/testdata/tt.13 (about) 1 { for (i = 1; i <= NF; i++) 2 x[i] = $i 3 for (i = 1; i <= NF; i++) 4 print x[i] 5 }