User Manual

Table Of Contents
263
CATC MERLINS WAND 1.22 APPENDIX D
User’s Manual CATC Scripting Language
++ --
Right to left
[] ()
Left to right
~ ! sizeof head tail
Right to left
* / %
Left to right
+ -
Left to right
<< >>
Left to right
< > <= >=
Left to right
== !=
Left to right
&
Left to right
^
Left to right
|
Left to right
&&
Left to right
||
Left to right
= += -= *= /= %=
>>= <<= &= ^= |=
Right to left
Operator Symbol Associativity