If import std::io; fn void main() { int x = 2; if (x == 1) { io::printfn("1"); } else if (x == 2) { io::printfn("2"); } else { io::printfn("0"); } }