Handbook
Glossary
last-node ( tree -- node )
Vocabulary
trees
.
private
Inputs
tree
an
object
Outputs
node
an
object
Definition
USING:
accessors
kernel
;
IN:
trees.private
:
last-node
( tree -- node )
root>>
[
right-extremity
]
?call
;