wiki:ForestTraversal

Version 2 (modified by trac, 12 years ago) ( diff )

RECURSIVE FUNCTION ForestTraversal(Node aNode, FUNCTION f, FUNCTION cond, FuncParam fparam, LOGICAL !EvalNextBefore_f)


Click here to view v174 source.

This function traverses aNode and all its siblings, calling TreeTraversal() on each node. It is assumed that aNode and its children are all root nodes, but ForestTraversal() does not check for this.


INCLUDES:

None.

USES:

Note: See TracWiki for help on using the wiki.