Hi Pat,

>             all [
>                 not undefined? word2
>                 same? word1 first bind [word1] word2
>             ]
>         ]
>     ]

1) If you do not get 'word1 o reduce [word1], 'word1 is 'word1, not its value
(the real word to test)

2) if 'word1 is not in the context of 'word2, bind does not change it and
same? return true.

>> o: context [b: 2]
>> same? 'a first bind [a] in o 'b
== true

---
Ciao
Romano



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

Reply via email to