[swift-evolution] Proposal: Python's multiple comparisons and	multiple assignments
    Amir Michail 
    a.michail at me.com
       
    Thu Dec 17 12:44:55 CST 2015
    
    
  
Some Python examples:
if 2 < 3 < 4 == 4 <= 5 { … }
a = b = c = 1
    
    
More information about the swift-evolution
mailing list