//# run script { fun main() { let x; if (true) x = 3 else { x = 5 }; x; } }