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

Prev:vocab
Next:vocab-main ( vocab-spec -- main )


Vocabulary
vocabs

Inputs
vocab-speca vocabulary specifier


Outputs
namea string


Word description
Outputs the name of a vocabulary.

Definition

GENERIC: vocab-name ( vocab-spec -- name )


Methods