4 lines
79 B
Plaintext
4 lines
79 B
Plaintext
|
function main (const i : int) : int is block {
|
||
|
const j : int = 42 ;
|
||
|
} with j
|