Parent

Name

Parent -- Returns the parent of a node

Synopsis

Parent[node->NODE*] =: NODE 

Description

Parent returns the parent of node. If node is the root node, or if node is null, the null node is returned.

See also

Children.