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