blob: 022aa52029d115b51312097e904e82e311a1e583 [file] [log] [blame]
{
i = 1
for (;;) {
if (i > NF)
next
print i, $i
i++
}
}