definition ( defspec -- seq )
Factor handbook » The implementation » Definitions » Definition protocol

Prev:definer ( defspec -- start end )


Vocabulary
definitions

Inputs
defspeca definition specifier


Outputs
seqa sequence


Generic word contract
Outputs the body of a definition.

Examples
USING: definitions math prettyprint ; \ sq definition .
[ dup * ]


Notes
This word is used in the implementation of see.

Definition


Methods



















M: descriptive definition "descriptive-definition" word-prop ;