Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Re: Newbie query on array indexing

From: ingo:2b1 at: 23-Nov-2001 7:42

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: <...>