SAND CDBMS Tools Reference Guide
NDL++ Functions:
Syntax and Examples

 

Previous Topic:
NDL++ Statement Operators

Chapter Index
 

 

NDL++ Operator Precedence


The following table gives the precedence of operator evaluation in NDL++ statements. Operators in upper rows are evaluated before those in lower rows; within the rows, operators are evaluated from left to right as they appear in the statement.

!
_
_
_
*
/
%
_
+
-
_
_
<
<=
>
>=
==
!=
_
_
&&
_
_
_
||
_
_
_
?:
_
_
_