+ operator

Synopsis
This operator performs an addition operation.
Variations
Addend + Addend2
Performs the addition operation.
Parameters
Addend

The first addend.

Supported types: Numeric.
Addend2

The second addend.

Supported types: Numeric.
Returns
Returned types: Numeric.
Examples
1.

When Loop.Count is 1, the following example returns 2.

Loop.Count+1