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