The LanguageOperatorsOperators List- (Negation)On this page- (Negation) Syntax - number Description The negation operator is used to give the negitive value of number. number can be any valid numerical expression. Example PRINT -5n = 6543256n = - nPRINT nSLEEP The output would look like: -5-6543256 Differences from other BASICs None See also Mathematical Functions