VocabularydelegateSyntaxCONSULT: group class
code ;
InputsNone
OutputsNone
Word descriptionDeclares that objects of
class will delegate the generic words contained in
group to the object returned by executing
code with the original object as an input.
CONSULT: will overwrite any existing methods on
class for the members of
group, but new methods can be added after the
CONSULT: to override the delegation.
See alsodefine-consult,
BROADCAST:Definition