4 lines
39 B
Forth
4 lines
39 B
Forth
{ for (i=1; i<=NF; i++)
|
|
print i, $i
|
|
}
|
{ for (i=1; i<=NF; i++)
|
|
print i, $i
|
|
}
|