Specifications
Saturn The Windows ā95 Debugger 16-53
Psy-Q Development System
C Type Expressions In Watch Pane
The following āCā type expressions, shown in order of precedence, may be used to
evaluate expressions within the Watch View of a Project:
[ ] array subscript
-> record lookup
~ - * & unary prefix
* / % multiplicative
+ - additive
<< >> bitwise shifting
<> <= >= comparatives
== != equalities
& bitwise and
^ bitwise xor
| bitwise or
Note: As in C, parenthesis can be used to override precedence.