Shows a tree representation of each node and its descendants.
Parameters
TREE([depth or *])
Takes only one parameter, a number representing the depth to show (until recursion, if present). Or to show unlimited depth, use asterisk:
TREE(*)
Example
[[
(| output node >) +(*)
Includes all nodes in the projectTREE(*)
Show unlimited nesting depth.
]]
(| output node >) +(*)
Includes all nodes in the projectTREE(*)
Show unlimited nesting depth.
]]