Re: Why not == ?

new topic     » goto parent     » topic index » view thread      » older message » newer message

I like the idea of using Python like relationals:

a == b == c is true iff a == b and b == c 
a < b < c is true iff a < b and b < c 

This is another breaking change.

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu