by Bruce McFarling <agila61@[EMAIL PROTECTED]
>
Mar 15, 2008 at 10:56 PM
On Mar 16, 1:15 am, "Ed" <nos...@[EMAIL PROTECTED]
> wrote:
> > WHEN doesn't imply some form of immediate inline IF test to me.
> Try this psuedo-code,
> <begin conditions>
> 2 equal
> 6 equal
> 10 20 range
> <when> ( any are satisfied ) ... do this ... <else> ...
try something else ...
> It reads perfectly fine.
.... except it reads perfectly true when adding ``any are satisfied''.
If you add, ``its time for dinner'' ... not so much.
Here's one that does not need anything in parentheses:
> <begin conditions>
> 2 equal
> 6 equal
> 10 20 range
> <if_so> ... do this ... <else> ... try something else ...