Home > Expression Operators > Arithmetic Operators > #ZMINUS

#ZMINUS

Subtracts two numbers, with a result not less than 0.

Syntax:

number1 #ZMINUS number2

Examples:

11 #ZMINUS 8 equals 3

8 #ZMINUS 11 equals 0