Description
Returns True if any of the specified Boolean expressions are True.
Syntax
Or(Expression1, Expression2,... ExpressionN: Boolean): Boolean
Example
Or(NodeIsLeaf(),Equals(Integer,PropValue(Level),3))
If the current node is a leaf or is at level 3 in the hierarchy, then the return value is True.