Operands
Operands are the arguments for an operator. For example, in the expression a + b, the + is the operator symbol, and a and b are the operands.
An operand can be any of the following types:
- a literal
- a data object name
- a function
- another operator