ref: bcd72c7e7ab8ca52e39d69dbdb9bb7f8123639cf dir: /test/condiffalse.myr/
var x = 5 var y = 7 const main = { if x == 7 && y == 5 -> 7 else -> 9 ;; }