Handbook
Glossary
check-about ( vocab -- )
Vocabulary
help
.
lint
.
private
Inputs
vocab
an
object
Outputs
None
Definition
USING:
help.topics
kernel
vocabs
;
IN:
help.lint.private
:
check-about
( vocab -- )
<vocab-link>
dup
[
vocab-help
[
lookup-article
drop
]
when*
]
curry
check-something
;