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