In the REPL mode, constructing an if expression with an else block results in parser errors Example of if-else constructs: ```mg if (true) { 10 } else { 1 }; ```