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