User Guide
Chapter 3 Preparing a design for simulation
70
Table 9 Operators in expressions
This operator
class...
Includes this
operator... Which means...
arithmetic + addition or string
concatenation
- subtraction
* multiplication
/ division
** exponentiation
logical*
* Logical and relational operators are used within the IF() function.
~ unary NOT
|boolean OR
^ boolean XOR
&boolean AND
relational* == equality test
!= non-equality test
> greater than test
>= greater than or equal to test
< less than test
<= less than or equal to test
Pspug.book Page 70 Wednesday, November 11, 1998 1:14 PM