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