Contents
Display Legacy Contents

 Print
    Minus  
This operator is used in <numeric> expressions. Use it to subtract one value from another.

Symbol: -


     
Example 1
  Example 2   Example 3
2 - 1

Result = 1
  1 - 2

Result = -1
  "Kalipso" - 1 - 2

Result = -3

See also
Samples
Sample 1
Sample 2
 
Updated: 3/21/2018 4:38 PM