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

Prev:vocab-name ( vocab-spec -- name )
Next:vocab-help ( vocab-spec -- help )


Vocabulary
vocabs

Inputs
vocab-speca vocabulary specifier


Outputs
maina word


Word description
Outputs the main entry point for a vocabulary. The entry point can be executed with run and set with MAIN:.

Definition

GENERIC: vocab-main ( vocab-spec -- main )


Methods