xref: /freebsd/contrib/one-true-awk/testdir/t.for (revision f126d349810fdb512c0b01e101342d430b947488)
1{ for (i=1; i<=NF; i++)
2	print i, $i
3}
4