Operators
Operators are special functions that take one or more operands and return a value or result (think of the basic arithmetic operators for addition, substraction, multiplication and division as an example).
An operand is also a value: it can be a literal value (a number), a variable (that contains a different valuer at different points through the application), or an expression (of numbers, variables or both). The operator uses the operands as input to return a value.
Link to the Adobe Actionscripting 3.0 operators reference, HERE