Handbook
Glossary
new-tree ( class -- tree )
Vocabulary
trees
.
private
Inputs
class
an
object
Outputs
tree
an
object
Definition
USING:
accessors
kernel
;
IN:
trees.private
:
new-tree
( class -- tree )
new
f
>>root
0
>>count
;
inline