Handbook
Glossary
changed-effect ( word -- )
Vocabulary
words
Inputs
word
a
word
Outputs
None
Word description
Signals to the compilation unit that the effect of the word has changed. It causes all words that depend on it to be recompiled in response.
See also
changed-effects
Definition
USING:
definitions
kernel
namespaces
;
IN:
words
:
changed-effect
( word -- )
[
changed-effects
get
add-to-unit
]
[
dup
primitive?
[
drop
]
[
changed-definition
]
if
]
bi
;