Handbook
Glossary
invalidate-other-new-words ( -- )
Vocabulary
compiler
.
units
.
private
Inputs
None
Outputs
None
Definition
USING:
definitions
kernel
namespaces
sequences
sets
;
IN:
compiler.units.private
:
invalidate-other-new-words
( -- )
pending-new-words
get-global
[
dup
new-words
get
eq?
[
drop
]
[
clear-set
]
if
]
each
;