usage ( defspec -- seq )
Factor handbook » Developer tools » Definition cross referencing

Prev:get-crossref ( -- crossref )
Next:smart-usage ( defspec -- seq )


Vocabulary
tools.crossref

Inputs
defspeca definition specifier


Outputs
seqa sequence of definition specifiers


Word description
Outputs a sequence of definitions that directly call the given definition.

Notes
The sequence might include the definition itself, if it is a recursive word.

See also
usage.

Definition