3 lines
53 B
Plaintext
3 lines
53 B
Plaintext
|
function blockless (const n: int) : int is
|
||
|
n + 10;
|