Conditional in/out of range operator

Would it be possible to add a new true/false operator - is/is not in range?

And yes, I know one can use X>y&&X<z inside of a condition, but since they start breaking when you add more then 3 conditions this in range thing would help.