github.com/benhoyt/goawk@v1.8.1/testdata/t.for (about)

     1  { for (i=1; i<=NF; i++)
     2  	print i, $i
     3  }