Handbook
Glossary
vocab-help ( vocab-spec -- help )
Factor handbook
»
The implementation
»
Vocabularies
Prev:
vocab-main ( vocab-spec -- main )
Next:
lookup-vocab ( vocab-spec -- vocab )
Vocabulary
vocabs
Inputs
vocab-spec
a vocabulary specifier
Outputs
help
a help article
Word description
Outputs the main help article for a vocabulary. The main help article can be set with
ABOUT:
.
Definition
IN:
vocabs
GENERIC:
vocab-help
( vocab-spec -- help )
Methods
USING:
vocabs
;
M:
f
vocab-help
;
USING:
kernel
vocabs
;
M:
object
vocab-help
lookup-vocab
vocab-help
;
USING:
accessors
vocabs
;
M:
vocab
vocab-help
help>>
;