Vocabularytools.
crossrefInputs| defspec | a definition specifier |
Outputs| seq | a sequence of definition specifiers |
Word descriptionOutputs a sequence of definitions called by the given definition.
NotesThe sequence might include the definition itself, if it is a recursive word.
ExamplesWe can ask the
sq word to produce a list of words it calls:
\ sq uses .
{ dup * }
DefinitionMethods