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