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