apropos ( str -- )


Vocabulary
help.apropos

Inputs
stra string


Outputs
None

Word description
Lists all words, vocabularies and help articles whose name contains a subsequence equal to str. Results are ranked using a simple distance algorithm.

Definition