>vocab-link ( name -- vocab )
Factor handbook » The implementation » Vocabularies

Prev:vocab-link
Next:vocab


Vocabulary
vocabs

Inputs
namea string


Outputs
vocaba vocabulary specifier


Word description
If the vocabulary is loaded, outputs the corresponding vocab instance, otherwise creates a new vocab-link.

Definition

GENERIC: >vocab-link ( name -- vocab )


Methods