Subtraction (-)

Airkit supports the standard subtraction operator -. It is used to subtract [Numbers] from each other.

Example

The following example shows how the subtraction operator is used to subtract the Number 2 from the Number 3. Note that it returns a another Number: 1, 2 less than 3:

3 - 2 -> 1

Last updated