Operators
In order to manipulate data at runtime, a programming language needs to utilize various operators. At present, the language makes use of the following operators.
Available Operators
Operator
Description
+
Addition
-
Subtraction
*
Multiplication
/
Division
Usage
We can utilize these operators in various contexts, as shown below.
In the preceding example, we've used a function call. Discover what functions are in the next chapter.
Last updated