Next: Truth Values and Conditions, Previous: Values, Up: Expressions [Contents][Index]
This section introduces the operators that make use of the values provided by constants and variables.
| • Arithmetic Ops: | Arithmetic operations (‘+’, ‘-’, etc.) | |
| • Concatenation: | Concatenating strings. | |
| • Assignment Ops: | Changing the value of a variable or a field. | |
| • Increment Ops: | Incrementing the numeric value of a variable. |