github.com/benhoyt/goawk@v1.8.1/testdata/tt.04 (about)

     1  { for (i = NF; i > 0; i--)
     2  	printf "%s ", $i
     3  }