extern fn println(message: Any) -> Void fn main() let n = 1 + 2 * 3 + 4 println(n) end