forget-vocab ( vocab -- )
Factor handbook » The implementation » Vocabularies

Prev:words-named ( str -- seq )


Vocabulary
vocabs

Inputs
vocaba string


Outputs
None

Word description
Removes a vocabulary. All words in the vocabulary are forgotten.

Notes
This word must be called from inside with-compilation-unit.

See also
FORGET:, forget, forget*

Definition