<Left> - <Right>
Binary minus operator.
An expression that evaluates to a number.
variable tVar as Number put 5 - 3 - 1 into tVar -- tVar contains 1
The result of subtracting the number Right from Left.