Operators

Operators are one of the building blocks of expressions: They combine one (unary operators) or two (binary operators) expressions in order to form another expression. Complicated enough? Well, examples of operators are addition (+) or multiplication (*).

Operators