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