Handbook
Glossary
<#call> ( inputs outputs word -- node )
Vocabulary
compiler
.
tree
Inputs
inputs
an
object
outputs
an
object
word
an
object
Outputs
node
an
object
Definition
USING:
accessors
kernel
;
IN:
compiler.tree
:
<#call>
( inputs outputs word -- node )
#call
new
swap
>>word
swap
>>out-d
swap
>>in-d
;