Handbook
Glossary
TREE{
Binary search trees
Prev:
>tree ( assoc -- tree )
Next:
height ( tree -- n )
Vocabulary
trees
Syntax
TREE{ { key value }... }
Inputs
None
Outputs
None
Word description
Literal syntax for an unbalanced tree.
Definition
USING:
parser
;
IN:
trees
SYNTAX:
TREE{
\
}
[
>tree
]
parse-literal
;