<tree> ( -- tree )
Binary search trees

Next:>tree ( assoc -- tree )


Vocabulary
trees

Inputs
None

Outputs
treea tree


Word description
Creates an empty unbalanced binary tree

Definition