Handbook
Glossary
load-vocab ( name -- vocab )
Vocabulary
vocabs
Inputs
name
a string
Outputs
vocab
a
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
USING:
kernel
;
IN:
vocabs
:
load-vocab
( name -- vocab )
[
require
]
[
lookup-vocab
]
bi
;