DIFFERENCE

Synopsis
DIFFERENCE number1 number2
number1 - number2
Description

Outputs the difference of its inputs.

The minus sign (-) means infix difference in ambiguous contexts (when preceded by a complete expression), unless it is preceded by a space and followed by a non-space.

Example
SHOW 3 - 2
1
SHOW DIFFERENCE 3 2
1

SourceForge.net Logo