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

[REBOL] Re: Finding all objects derived from a specific object.

From: lmecir::mbox::vol::cz at: 28-Oct-2006 11:42

Wayne Pierce napsal(a):
> I am working on some code where a series of objects will be derived > from a central object called 'attribute'. Is there a way to list all > of the new objects derived from 'attribute'? >
REBOL2 does not keep "hieararchy" informations, so you need to arrange it as you described below.