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

[REBOL] Re: Embedded objects.

From: tbrownell:l3technology at: 12-Mar-2003 17:06

Hmm, interesting. But what if I already have an object "Dog" and simply want to include that in the Bob object? I don't know if Bob will ever have a dog (or an infinite amount of other things), which prevents me from "pre-loading" the 'pets block. Basically, I want Bob to now "possess" an object called dog so that... a) Bob's dog can now be given a name (inherited in the Dog object) and other things. b) The Bob object can be probed to see if he has a dog at all. TB