[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
6.2 Operators: Doing Something With Values
This section introduces the operators which make use of the values provided by constants and variables.
6.2.1 Arithmetic Operators | Arithmetic operations (‘+’, ‘-’, etc.) | |
6.2.2 String Concatenation | Concatenating strings. | |
6.2.3 Assignment Expressions | Changing the value of a variable or a field. | |
6.2.4 Increment and Decrement Operators | Incrementing the numeric value of a variable. |