5 lines
47 B
Plaintext
5 lines
47 B
Plaintext
|
END { print i, NR
|
||
|
if (i < NR)
|
||
|
print i, NR
|
||
|
}
|