Node
Check if a Node is a leaf
isLeaf(node)
node
The Node to test.
TRUE if the Node is a leaf, FALSE otherwise