Supporting ".." as range in "case" and "in" operators

I suppose it's so handy if Scripter could support ".." in "case" and "in" operators like:
case num of
0..120 : proc1;
121..200 : proc2;
end;

and for "in" operator like:
if num in [1..200] then ...

I appreciate your time and efforts for this GREAT component ever !