*boggles*
   12 responses from 7:09am to 9:10am.  Wowzers.
   In any event, my thanks to *everyone* who responded!  It seems I should use:
if all [THIS THAT THEOTHER] [..]
   I will keep this in mind for future reference ;)  Phew!  My mind still
doesn't run in REBOL mode.  Thanks!

----- Original Message -----
From: "Gabriele Santilli" <[EMAIL PROTECTED]>
To: "Charles" <[EMAIL PROTECTED]>
Sent: Tuesday, July 02, 2002 6:21 AM
Subject: [REBOL] Re: Evaluating if's


> Hi Charles,
>
> On Tuesday, July 02, 2002, 5:51:51 AM, you wrote:
>
> C>    if THIS and THAT []
>
> Use:
>
>       if all [this that] []
>
> AND is just a function like all the others. REBOL does not know in
> advance  that  it  should  not  pass it its second argument if the
> first is false. ALL and ANY exist for this exact purpose.
>
> Regards,
>    Gabriele.
> --
> Gabriele Santilli <[EMAIL PROTECTED]>  --  REBOL Programmer
> Amigan -- AGI L'Aquila -- REB: http://web.tiscali.it/rebol/index.r
>
> --
> To unsubscribe from this list, please send an email to
> [EMAIL PROTECTED] with "unsubscribe" in the
> subject, without the quotes.
>

-- 
To unsubscribe from this list, please send an email to
[EMAIL PROTECTED] with "unsubscribe" in the 
subject, without the quotes.

Reply via email to