Operators are used to assign or compare values. They consist of a single symbol or keyword and are usually sandwiched between a left and a right value. For example: right = left
.
Operators are intrinsic to the language (such as =
), and not functions such as those provided by System.Math.