Handbook
Glossary
don't-check-word? ( word -- ? )
Vocabulary
help
.
lint
.
checks
Inputs
word
an
object
Outputs
?
an
object
Definition
USING:
combinators.short-circuit
kernel
macros
words
words.constant
words.symbol
;
IN:
help.lint.checks
:
don't-check-word?
( word -- ? )
{
[
macro?
]
[
symbol?
]
[
parsing-word?
]
[
"declared-effect"
word-prop
not
]
[
constant?
]
[
"help"
word-prop
not
]
}
1||
;