usage. ( word -- )
Factor handbook » Developer tools » Definition cross referencing

Prev:smart-usage ( defspec -- seq )
Next:vocab-uses. ( vocab -- )


Vocabulary
tools.crossref

Inputs
worda word


Outputs
None

Word description
Prints an list of all callers of a word. This may include the word itself, if it is recursive.

Examples
\ reverse usage.


See also
usage

Definition