Handbook
Glossary
check-modules ( element -- )
Vocabulary
help
.
lint
.
checks
Inputs
element
an
object
Outputs
None
Definition
USING:
help.markup
kernel
sequences
vocabs.loader
;
IN:
help.lint.checks
:
check-modules
( element -- )
\
$vocab-link
swap
elements
[
second
dup
vocab-exists?
[
drop
]
[
"$vocab-link to non-existent vocabulary '"
"'"
surround
simple-lint-error
]
if
]
each
;