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