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

[REBOL] Re: inserting new properties into existing objects

From: james:mustard at: 23-Nov-2002 12:21

Thanks for the clarification Ingo, I'll have to have a bit of a think about the object vs block setup as I would like to make extendable data objects but retain fast access. I was a bit uncertain how REBOL actually perform cloning when cloning to itself - whether it was assigning two chunks of memory for the clone operation or whether it was merely reassigning the names and then appending extra items in the spec to itself. Regards, James.