subtract <Value> from <Target>
Subtracts Value from Target.
An expression that evaluates to a numeric variable.
An expression that evaluates to a number.
variable tVar as real put 10 into tVar subtract 2.5 from tVar -- tVar contains 7.5
Subtracts the number Value from Target.
Note: It is a syntax error if Target does not evaluate to a variable.