Adobe 65009963 Scripting Manual page 11

After effects cs4
Table of Contents

Advertisement

Overview
Operators
+
< <
> >
> >>
<
< =
>
> =
= =
!=
&
^
|
& &
| |
? :
=
+ =
– =
* =
/ =
% =
< <=
> >=
> >> =
& =
^ =
| =
,
Table 3
Operator Precedence
Operators (highest precedence to lowest)
[ ], () , .
ne w, de le te , – (u n ar y n eg at i o n ) , !, t y p eo f , voi d , + +, – –
Description
Add.
Bitwise left shift.
Bitwise right shift.
Unsigned bitwise right shift.
Less than.
Less than or equal.
Greater than.
Greater than or equal.
Equal.
Not equal.
Bitwise AND.
Bitwise XOR.
Bitwise OR.
Logical AND.
Logical OR.
Conditional (ternary).
Assignment.
Assignment with add operation.
Assignment with subtract operation.
Assignment with multiply operation.
Assignment with divide operation.
Assignment with modulo division operation.
Assignment with bitwise left shift operation.
Assignment with bitwise right shift operation.
Assignment with unsigned bitwise right shift operation.
Assignment with bitwise AND operation.
Assignment with bitwise XOR operation.
Assignment with bitwise OR operation.
Multiple evaluation.
More resources to learn scripting
Associativity
left to right
right to left
11
11

Advertisement

Table of Contents
loading

This manual is also suitable for:

Creative suite 3 after effects

Table of Contents