|
|
SCODB accepts expressions that involve all C language operators, in proper precedence and evaluation order:[1]
debug0:7>Unlike in C, pointer arithmetic is no different than integer arithmetic.1+2
3 debug0:8>(1+2)*3
9
The C psuedo-function sizeof is available (note that sizeof does not evaluate its argument), and type casts to known types (basic types and those in the stundef file).