Handbook
Glossary
help-lint-vocab ( vocab -- )
Vocabulary
help
.
lint
.
private
Inputs
vocab
an
object
Outputs
None
Definition
USING:
assocs
help.lint.checks
io
kernel
namespaces
sequences
vocabs
;
IN:
help.lint.private
:
help-lint-vocab
( vocab -- )
"Checking "
write
dup
vocab-name
write
"..."
print
flush
[
check-about
]
[
vocab-words
[
check-word
]
each
]
[
vocab-articles
get
at
[
check-article
]
each
]
tri
;