morph/test.mrph
2025-07-08 21:53:08 +03:00

15 lines
182 B
Plaintext

// vim: set ft=mclang:
const test 1 end
fn main with void returns int do
if 1 2 eq do
1
else if 3 4 neq do
2
else
3
end
__print__
end