MACROMEDIA FLASH MX 2004 - ACTIONSCRIPT Reference Manual page 788

Actionscript reference guide
Hide thumbs Also See for FLASH MX 2004 - ACTIONSCRIPT:
Table of Contents

Advertisement

Operator
add
-
<<
>>
>>>
<
<=
>
>=
instanceof
lt
le
gt
ge
==
!=
eq
ne
&
^
|
&&
and
||
or
?:
=
*=, /=, %=, +=, -=, &=,
|=, ^=, <<=, >>=, >>>=
,
788
Appendix B: Operator Precedence and Associativity
Description
String concatenation (formerly &)
Subtract
Bitwise left shift
Bitwise right shift
Bitwise right shift (unsigned)
Less than
Less than or equal to
Greater than
Greater than or equal to
Instance of
Less than (string version)
Less than or equal to (string version)
Greater than (string version)
Greater than or equal to (string version)
Equal
Not equal
Equal (string version)
Not equal (string version)
Bitwise AND
Bitwise XOR
Bitwise OR
Logical AND
Logical AND (Flash 4)
Logical OR
Logical OR (Flash 4)
Conditional
Assignment
Compound assignment
Comma
Lowest precedence
Associativity
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
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
Left to right
Left to right
Left to right
Left to right
Left to right
Right to left
Right to left
Right to left
Left to right

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the FLASH MX 2004 - ACTIONSCRIPT and is the answer not in the manual?

Subscribe to Our Youtube Channel

Table of Contents