Handbook
Glossary
describe-words ( vocab -- )
Vocabulary
help
.
vocabs
Inputs
vocab
an
object
Outputs
None
Definition
USING:
combinators
kernel
vocabs
vocabs.loader
;
IN:
help.vocabs
:
describe-words
( vocab -- )
{
{
[
dup
lookup-vocab
]
[
vocab-words
$words
]
}
{
[
dup
find-vocab-root
]
[
vocab-is-not-loaded
]
}
[
drop
]
}
cond
;