An expression is a sequence of operands, connected by operators.
An operand can be a constant, a variable, a function call or an expression between round parentheses.

Operators assign the operations that execute over the operands. For example + represents the addition operator, - represents the subtraction operator, * represents the multiplication operator and / represents the division operator.

The operators can be separated by the type of assigned operations.