Handbook
Glossary
execute-effect-slow ( word effect -- )
Vocabulary
compiler
.
tree
.
propagation
.
call-effect
Inputs
word
an
object
effect
an
object
Outputs
None
Definition
USING:
kernel
;
IN:
compiler.tree.propagation.call-effect
:
execute-effect-slow
( word effect -- )
[
[
execute
]
curry
]
dip
call-effect-slow
;
inline