Handbook
Glossary
.c ( -- )
Factor handbook
»
Developer tools
»
The prettyprinter
»
Prettyprinting stacks
Prev:
.r ( -- )
Next:
stack. ( seq -- )
Vocabulary
prettyprint
Word description
Displays the contents of the call stack, with the top of the stack printed first.
Definition
USING:
kernel
;
IN:
prettyprint
:
.c
( -- )
get-callstack
callstack.
;