Handbook
Glossary
lint-recursive ( words -- )
Vocabulary
lint
.
private
Inputs
words
an
object
Outputs
None
Definition
USING:
io
lint
prettyprint
sequences
;
IN:
lint.private
:
lint-recursive
( words -- )
[
unused-recursive?
]
filter
[
"Unneeded recursive declaration: "
write
.
]
each
;