3 lines
52 B
Plaintext
3 lines
52 B
Plaintext
|
{ ++i; --j; k++; l-- }
|
||
|
END { print NR, i, j, k, l }
|