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 12:47

<slaps his head> Thanks Brett, Once upon a time Brett Handley spoketh thus:
> So the path evaluation is complete and has resulted in a value of the word > "one". This value now becomes a parameter > to the set function and so now we have something equivalent to: > > set 'one 'two
<..> And I _did_ think: "Maybe I should try with an integer instead of one ..."
>> a: context [b: 1] >> c: 'b
== b
>> set a/:c 'test
** Script Error: set expected word argument of type: any-word block ** Near: set a/:c 'test Would 'v made it clear in an instant ... thanks, Ingo