reset-generic ( word -- )


Vocabulary
words

Inputs
worda word


Outputs
None

Word description
Reset word declarations and generic word properties.

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

Side effects
Modifies word

Definition


: reset-generic ( word -- )
[ subwords forget-all ] [ reset-word ] [
f >>pic-def f >>pic-tail-def {
"methods"
"combination"
"default-method"
"engines"
"decision-tree"
} remove-word-props
] tri ;