Expressions - Introduction


An expression is made up of operators, variables and functions, and these are evaluated according to a specific precedence to produce a result.

Data Types

Each variable, operand, function parameter and result has a value which can be one of the supported data types.

Operators

An operator specifies an operation, or calculation, that is performed on one or two elements in an expression.

Functions

In order to manipulate the values provided by variables, ServerAssist provides a range of functions. These functions operate on one or more variables.

Precedence

The different parts of an expression are evaluated in a specific order. In particular each operator has a certain priority, so that they are always evaluated in a consistent sequence.