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