Handbook
Glossary
callframe. ( triple -- )
Vocabulary
prettyprint
.
private
Inputs
triple
an
object
Outputs
None
Definition
USING:
kernel
;
IN:
prettyprint.private
:
callframe.
( triple -- )
dup
optimized-frame?
[
optimized-frame.
]
[
unoptimized-frame.
]
if
;