Hi Ammon,

I can tell you _what_ got set, but the _why_ is beyond me ...

>> one
** Script Error: one has no value
** Near: one
>> a: context [b: 'one]
>> c: 'b
== b
>> query/clear system/words
== [end! unset! error! datatype! context! native! action! routine! op! function! 
object! struct! library! port! any-type! any-word!...
>> set a/:c 'two
== two
>> query system/words
== [one two]
>> one
== two
>> 

Now we'll have a magician to step in and tell us, why 'one
got set ...


Kind regards,

Ingo




Once upon a time Ammon Johnson spoketh thus:
<...>
> You see it is the word not the path! Now I was going to give you a miracle
> cure, but that seems beyond me.  Can anyone explain the following:
> 
> >> a: context [b: 'one]
> >> b: 'b
> == b
> >> set a/:b 'two
> == two
> >> a/b
> == one
> >> b
> == b
<...>
-- 
To unsubscribe from this list, please send an email to
[EMAIL PROTECTED] with "unsubscribe" in the 
subject, without the quotes.

Reply via email to