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