Handbook
Glossary
$apropos ( str -- )
Vocabulary
help
.
apropos
Inputs
str
an
object
Outputs
None
Definition
USING:
arrays
help.markup
kernel
sequences
tools.completion
;
IN:
help.apropos
:
$apropos
( str -- )
first
[
dup
words-matching
word-result
(apropos)
]
[
dup
vocabs-matching
vocabulary-result
(apropos)
]
[
dup
articles-matching
article-result
(apropos)
]
tri
3array
print-element
;