Handbook
Glossary
#call, ( inputs outputs word -- )
Vocabulary
stack-checker
.
visitor
Inputs
inputs
an
object
outputs
an
object
word
an
object
Outputs
None
Definition
IN:
stack-checker.visitor
HOOK:
#call,
stack-visitor
( inputs outputs word -- )
Methods
USING:
kernel
stack-checker.visitor
;
M:
f
#call,
3drop
;
USING:
compiler.tree
stack-checker.visitor
vectors
;
M:
vector
#call,
<#call>
node,
;