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

[REBOL] Re: array referencing

From: james:mustard at: 2-Oct-2002 20:57

Thanks Tom, I seem to remember using POKE back when I first started using REBOL, haven't had to do any array work since then. I sat down and tried to think of a better way to handle the get/set paradox but the existing methods seem the only viable (non-complex) methods. Pointer notation *(....): would seem too cumbersome and non-rebolish and redirective assignment clashes with other rebol ways of doing things. In short, POKE is good. POKE is simple and best of all it works! :P James.