Actually, I will change it to your suggestion
for this situation, because with only two/three cases
to select from, it is more efficient code.
do select reduce [...] is only better in code-size
for > ~8 cases.

Anton.

> Hi Anton,
> 
> On Wednesday, December 17, 2003, 3:00:06 PM, you wrote:
> 
> AR>   do select reduce [
> AR>           event/shift [...]
> AR>           event/control [...]
> AR>           true [...] ; default
> AR>   ] true
> 
>   any [
>      if event/shift [... true]
>      if event/control [... true]
>      (...)
>   ]
> 
> Regards,
>    Gabriele.
> -- 
> Gabriele Santilli <[EMAIL PROTECTED]>  --  REBOL Programmer

-- 
To unsubscribe from this list, just send an email to
[EMAIL PROTECTED] with unsubscribe as the subject.

Reply via email to