lookup-vocab ( vocab-spec -- vocab )
Factor handbook » The implementation » Vocabularies

Prev:vocab-help ( vocab-spec -- help )
Next:loaded-child-vocab-names ( vocab-spec -- seq )


Vocabulary
vocabs

Inputs
vocab-speca vocabulary specifier


Outputs
vocaba vocab


Word description
Outputs a named vocabulary, or f if no vocabulary with this name exists.

Definition

GENERIC: lookup-vocab ( vocab-spec -- vocab )


Methods