usage. ( word -- ) (original) (raw)
usage. ( word -- )
Factor handbook » Developer tools » Definition cross referencing
Prev: | smart-usage ( defspec -- seq ) |
---|---|
Next: | vocab-uses. ( vocab -- ) |
Inputs
word | a 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
: usage. ( word -- )
smart-usage
[ "No usages." print ] [ sorted-definitions. ] if-empty ;