github.com/benhoyt/goawk@v1.8.1/testdata/tt.05 (about) 1 { 2 s = "" 3 for (i = NF; i > 0; i--) 4 s = s " " $i 5 print s 6 }