Handbook
Glossary
(get-catchstack) ( -- catchstack )
Vocabulary
continuations
.
private
Inputs
None
Outputs
catchstack
a vector of continuations
Word description
Outputs the current catchstack.
Definition
USING:
kernel.private
vectors
;
IN:
continuations.private
:
(get-catchstack)
( -- catchstack )
CONTEXT-OBJ-CATCHSTACK
context-object
{
vector
}
declare
;
inline