reset-word ( word -- )


Vocabulary
words

Inputs
worda word


Outputs
None

Word description
Reset word declarations.

Notes
Calling this word directly is not necessary in most cases. Higher-level words call it automatically.

Side effects
Modifies word

Definition


Methods








































M: word reset-word
dup flushable? [ dup changed-conditionally ] when {
"unannotated-def"
"parsing"
"inline"
"recursive"
"foldable"
"flushable"
"reading"
"writing"
"reader"
"writer"
"delimiter"
"deprecated"
} remove-word-props ;