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

[REBOL] Re: intersting side-effect to dynamic word usage...

From: media:quazart at: 16-Nov-2001 9:49

hi Romano,
> 'foo is the value of 'fx, not a field of the GC.
ok, but then What is it used for!? The example I submitted also did that, in the sense that I'm using a word in a block.. The monitor explicitely shows that the word isn't added until the to-set-word call... is it possible to then create objects on-the-fly without their attributes ending up in the GC as set (or unset) words in system/words ? And then, is it possible for th GC to remain clean even if we access these attributes, later even by using like: my value: get in myObject first ['attribute] ??? TIA! ciao! -Maxim