words-named ( str -- seq )
Factor handbook » The implementation » Vocabularies

Prev:all-words ( -- seq )
Next:forget-vocab ( vocab -- )


Vocabulary
vocabs

Inputs
stra string


Outputs
seqa sequence of words


Word description
Outputs a sequence of all words named str from the set of currently-loaded vocabularies.

Definition