vocab-words-assoc ( vocab-spec -- assoc/f )
Factor handbook » The implementation » Vocabularies

Prev:create-vocab ( name -- vocab )
Next:vocab-words ( vocab-spec -- seq )


Vocabulary
vocabs

Inputs
vocab-speca vocabulary specifier


Outputs
assoc/fan assoc or f


Word description
Outputs the words defined in a vocabulary.

Definition

GENERIC: vocab-words-assoc ( vocab-spec -- assoc/f )


Methods