Handbook
Glossary
category>title ( category -- name )
Vocabulary
help
.
apropos
Inputs
category
an
object
Outputs
name
an
object
Definition
USING:
combinators
;
IN:
help.apropos
:
category>title
( category -- name )
{
{
word-result
[
"Words"
]
}
{
vocabulary-result
[
"Vocabularies"
]
}
{
article-result
[
"Help articles"
]
}
}
case
;