- operator
The unary negation operator (-) produces the negative of its operand. The operand to the unary negation operator must be an integer or float type.
- Expression
> A = 123
> PRINT -A
-123