category>title ( category -- name )


Vocabulary
help.apropos

Inputs
categoryan object


Outputs
namean object


Definition


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