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

[REBOL] Re: How to remove words from objects?

From: ammon:addept:ws at: 13-Jan-2004 12:20

Luke to extend an object, MAKE the object...
>> obj: make object! [a: 'a] >> obj: make obj [b: 'b] >> probe obj
make object! [ a: 'a b: 'b ] HTH! ~~Ammon ;->