Skip to content

Make

Produces a tree containing the given value and sequence of child trees.

Syntax

Tree.Make
   ·  [value]
   ·  [children]

Parameters

value
The value of the tree.
children
A sequence of trees.

Return Value

A tree containing the given value and sequence.