Operator Expressions
An operator expression combines a well-defined operator (such as +
or and
) with either one or two expressions to its left and/or right. The result is a new expression.
Oxygene supports expressions with a fixed set of Unary and Binary Operators.
See Also
- Implementing Custom Operators