Handbook
Glossary
(apropos) ( search completions category -- element )
Vocabulary
help
.
apropos
Inputs
search
an
object
completions
an
object
category
an
object
Outputs
element
an
object
Definition
USING:
assocs
help.markup
kernel
make
math
sequences
;
IN:
help.apropos
::
(apropos)
( search completions category -- element )
completions
[
[
{
$heading
search
}
,
[
max-completions
index-or-length
head
keys
\
$completions
prefix
,
]
[
length
max-completions
>
[
{
$link
~more-completions~
}
,
]
when
]
bi
]
unless-empty
]
{
}
make
;