Learning ActionScript 2.0 in Adobe Flash |
|
|
|
| Syntax and Language Fundamentals > About operators > About additive operators | |||
The additive operators take two operands and perform addition or subtraction calculations. Other numeric operators include multiplicative operators. For information on multiplicative operators, see About multiplicative operators.
The operators in this table have equal precedence:
|
Operator |
Operation performed |
|---|---|
+
|
Addition |
-
|
Subtraction |
For information on using additive operators, see Using numeric operators.
|
|
|
|