category>title ( category -- name )


Vocabulary
help.apropos

Definition
USING: combinators ;

IN: help.apropos

: category>title ( category -- name )
{
{ word-result [ "Words" ] }
{ vocabulary-result [ "Vocabularies" ] }
{ article-result [ "Help articles" ] }
} case ;