ref: d133a4306688e51df959da814d48f10f33cad23a dir: /test/t.for1/
{ i = 1 for (;;) { if (i > NF) next print i, $i i++ } }