15 lines
182 B
Plaintext
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
|