Handbook
Glossary
print-depth ( continuation -- )
Vocabulary
tools
.
trace
.
private
Inputs
continuation
an
object
Outputs
None
Definition
USING:
accessors
io
kernel
math.parser
strings
;
IN:
tools.trace.private
:
print-depth
( continuation -- )
call>>
callstack-depth
[
32
<string>
write
]
[
number>string
write
": "
write
]
bi
;