So basically the existing:
    
    
    var a = if 0 == 1: 1 else: 2
    var b = if 0 == 0: 1 else: 2
    
    
    Run

with a bit different syntax?

Reply via email to