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