Handbook
Glossary
usage. ( word -- )
Factor handbook
»
Developer tools
»
Definition cross referencing
Prev:
smart-usage ( defspec -- seq )
Next:
vocab-uses. ( vocab -- )
Vocabulary
tools
.
crossref
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
USING:
io
sequences
;
IN:
tools.crossref
:
usage.
( word -- )
smart-usage
[
"No usages."
print
]
[
sorted-definitions.
]
if-empty
;