either do reduce b [][]

On Mon, 13 Oct 2003, Tim Johnson wrote:

>
> Hello rebols:
> I'd like to store a logical condition in a block to
> evaluate at a later time by 'if or 'either
> Example code:
> >> a: 1
> == 1
> >> b: [a = 0]
> == [a = 0]
> >> either b[print "b evaluates to 'true'"][print "b evaluates to 'false'"]
> b evaluates to 'true'
>
> What do I need to do so that my answer will be:
> b evaluates to 'false'
>
> thanks
> tim
> --
> Tim Johnson <[EMAIL PROTECTED]>
>       http://www.alaska-internet-solutions.com
>       http://www.johnsons-web.com
> --
> To unsubscribe from this list, just send an email to
> [EMAIL PROTECTED] with unsubscribe as the subject.
>
-- 
To unsubscribe from this list, just send an email to
[EMAIL PROTECTED] with unsubscribe as the subject.

Reply via email to