Handbook
Glossary
don't-step-into ( word -- )
Vocabulary
tools
.
continuations
Inputs
word
an
object
Outputs
None
Definition
USING:
kernel
words
;
IN:
tools.continuations
:
don't-step-into
( word -- )
dup
[
execute
break
]
curry
"step-into"
set-word-prop
;