Handbook
Glossary
leaving ( word -- quot )
Vocabulary
tools
.
annotations
.
private
Inputs
word
an
object
Outputs
quot
an
object
Definition
USING:
accessors
effects
kernel
;
IN:
tools.annotations.private
MACRO:
leaving
( word -- quot )
dup
stack-effect
[
out>>
]
"Leaving"
trace-quot
;