all-words ( -- seq )
Factor handbook » The implementation » Vocabularies

Prev:vocab-words ( vocab-spec -- seq )
Next:words-named ( str -- seq )


Vocabulary
vocabs

Inputs
None

Outputs
seqa sequence of words


Word description
Outputs a sequence of all words in the dictionary.

Definition