Handbook
Glossary
continuation-step-into ( continuation -- continuation' )
Vocabulary
tools
.
continuations
Inputs
continuation
an
object
Outputs
continuation'
an
object
Definition
USING:
combinators
kernel
make
sequences
tools.continuations.private
;
IN:
tools.continuations
:
continuation-step-into
( continuation -- continuation' )
[
swap
cut
[
swap
%
[
\
break
,
]
[
unclip
{
{
~quotation~ ~quotation~
}
{
~quotation~ ~quotation~
}
{
~quotation~ ~quotation~
}
{
~quotation~ ~quotation~
}
[
,
\
break
,
]
}
cond
%
]
if-empty
]
[
]
make
]
change-frame
;