Specifications

76
Chapter 6
Expressions and Operators
CONTENTS
6.1 Overview........................................................................................................ 77
6.2 Operator Precedence .................................................................................... 78
6.3 Operators....................................................................................................... 80
6.3.1 Arithmetic Operators .......................................................................... 80
6.3.2 Relational Operators .......................................................................... 81
6.3.3 Logical Operators............................................................................... 82
[ 1 ] The NOT operator..................................................................... 82
[ 2 ] The AND operator ..................................................................... 83
[ 3 ] The OR operator ....................................................................... 83
[ 4 ] The XOR operator..................................................................... 83
6.3.4 Function Operators............................................................................. 84
6.3.5 String Operators................................................................................. 84