DEC
The DEC command will decrement a variable by a specified Value or by a default of 1. Both integer and real variables can be decremented by either an integer or real value.
SYNTAX
DEC Variable
DEC Variable, Value
RELATED INFO
Maths Commands
Glossary
EXAMPLE
INC and DEC Commands