how about a new conditional expression "between" (for the lazybones)?
I like it e.g. in SQL because it is so obvious and easy to read.
I like it e.g. in SQL because it is so obvious and easy to read.
Code:
iff %value between 100 and 500 then
echo that's ok
else
echo that's out of range
endiff