Hi Ladislav,

On Tuesday, May 9, 2006, 9:33:29 AM, you wrote:

LM> 1) compare the values - two distinct words (variables) can refer to one
LM> REBOL value sometimes:

Note that Pierre is using SAME? on the words and not the values in
his ALIASES? function. Indeed:

>> alias 'a "aa"
== aa
>> same? 'a 'aa
== false
>> equal? 'a 'aa
== true

So I think his proposal makes sense.

About  terminology, the problem is that there is no official REBOL
semantics doc and thus no official terminology. For example me and
Ladislav  have  discussed  a lot about the meaning of "same" as in
"same value". :)

Regards,
   Gabriele.
-- 
Gabriele Santilli <[EMAIL PROTECTED]>  ---  http://www.rebol.com/
Colella Chiara software division --- http://www.colellachiara.com/

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

Reply via email to