define-consult ( consultation -- )
Factor handbook » The language » Objects » Delegation

Prev:CONSULT:


Vocabulary
delegate

Inputs
consultationa consultation


Outputs
None

Word description
Defines a class to consult, using the quotation, on the generic words contained in the group.

Notes
Usually, CONSULT: should be used instead. This is only for runtime use.

See also
BROADCAST:, CONSULT:

Definition