Hi Nick

> Just tonight, a reader from my site wrote to say that in the past, all 
> the documentation he had previously read had led him to misunderstood 
> the syntax of a simple 'if expression, originally thinking that the 
> conditional evaluation needed to be placed in brackets (which made 
> every condition always evaluate to true...).

I must be missing something:

 >> (1 = 2)
== false
 >> (1 = 1)
== true
 >> ("a" = "a")
== true
 >> ("a" > "c")
== false

Regards

Peter

-- 
To unsubscribe from the list, just send an email to 
lists at rebol.com with unsubscribe as the subject.

Reply via email to