Is there a programming language that supports chained notation a < b < c to be used instead of a < b and b < c in conditional statements?
Example:
Python does that.