Symbolic operators
&=
()
–
*
*=
,
.
:
?:
/
//
/*
/=
[]
^
^=
{}
|
||
|=
~
+
+=
<
<<
<<=
<=
<>
=
-=
==
===
>
208
Chapter 12: ActionScript Dictionary
See entry
&= (bitwise AND assignment)
() (parentheses)
– (minus)
* (multiplication)
*= (multiplication assignment)
, (comma)
. (dot)
: (type)
?: (conditional)
/ (division)
// (comment delimiter)
/* (comment delimiter)
/= (division assignment)
[] (array access)
^ (bitwise XOR)
^= (bitwise XOR assignment)
{} (object initializer)
| (bitwise OR)
|| (logical OR)
|= (bitwise OR assignment)
~ (bitwise NOT)
+ (addition)
+= (addition assignment)
< (less than)
<< (bitwise left shift)
<<= (bitwise left shift and assignment)
<= (less than or equal to)
<> (inequality)
= (assignment)
-= (subtraction assignment)
== (equality)
=== (strict equality)
> (greater than)
Need help?
Do you have a question about the FLASH MX 2004 - ACTIONSCRIPT and is the answer not in the manual?
Questions and answers