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