5 lines
76 B
Plaintext
5 lines
76 B
Plaintext
|
function main (const i : int) : int is
|
||
|
begin
|
||
|
i := i + 1 ;
|
||
|
end with i
|