5 lines
74 B
Plaintext
5 lines
74 B
Plaintext
function main (const i : int) : int is
|
|
block {
|
|
i := i + 1
|
|
} with i
|