Factor Documentation
|
Home
|
Glossary
|
Search
factorcode.org
catchstack* ( -- catchstack )
Vocabulary
continuations.private
Inputs and outputs
catchstack
a vector of continuations
Word description
Outputs the current catchstack.
Definition
USING:
kernel.private
vectors
;
IN:
continuations.private
:
catchstack*
( -- catchstack )
CONTEXT-OBJ-CATCHSTACK
context-object
{
vector
}
declare
;
inline