load-vocab ( name -- vocab )


Vocabulary
vocabs

Inputs
namea string


Outputs
vocaba hashtable or f


Word description
Attempts to load a vocabulary from disk, or looks up the vocabulary in the dictionary, and then outputs that vocabulary object.

Definition