Re: Why not == ?
- Posted by SDPringle Nov 07, 2022
- 557 views
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.
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.