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