oh how to use it
    
    
    var a = 0==1 ? 1|2 # == 2
    var b = 0==0? 1|2 # == 1
    #must give the same types for the result
    
    
    Run

Reply via email to