208 Chapter 12: ActionScript Dictionary
&=
&= (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)
Symbolic operators See entry