# Minus

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

**Symbol**: -

### **Examples**

* *Example 1*

2 - 1\
**Result** = 1

* *Example 2*

1 - 2\
**Result** = -1

* *Example 3*

"Kalipso" - 1 - 2\
**Result** = -3
