Factor Documentation
|
Home
|
Glossary
|
Search
factorcode.org
vocab-name ( vocab-spec -- name )
Factor documentation
>
Factor handbook
>
The implementation
>
Vocabularies
Prev:
>vocab-link ( name -- vocab )
Next:
vocab-main ( vocab-spec -- main )
Vocabulary
vocabs
Inputs and outputs
vocab-spec
a vocabulary specifier
name
a
string
Word description
Outputs the name of a vocabulary.
Definition
IN:
vocabs
GENERIC:
vocab-name
( vocab-spec -- name )
Methods
USING:
kernel
vocabs
;
M:
object
vocab-name
check-vocab-name
;
USING:
accessors
vocabs
;
M:
vocab-link
vocab-name
name>>
;
USING:
accessors
vocabs
vocabs.hierarchy
;
M:
vocab-prefix
vocab-name
name>>
;
USING:
accessors
vocabs
;
M:
vocab
vocab-name
name>>
;