propagate-predicate ( #call word -- infos )


Vocabulary
compiler.tree.propagation.simple

Inputs
#calla #call
worda word


Outputs
infosa sequence


Word description
We need to force the caller word to recompile when the class is redefined, since now we're making assumptions but the class definition itself.

Definition