1 2 3 4 5 6 7 8 9
function () if true then let x = 2 std.print(x) else let x = 1 std.print(x) end end