Is there an expression checking if a value is somewhere in between two values. For example, if you write something like "between(2-5)" it would mean 2,3,4 or 5. The way i do it now is by writing "value is less then X" and "value is greater then Y", but i notice i have to do this quite often, so an alternative would be good. If theres no expression for it yet, can it be created with the function object?
Eagerly awaiting replies!