- <Operand>
Unary minus operator.
An expression that evaluates to a number.
variable tVar as Number put -(5 + 4) into tVar -- tVar contains -9
The negated result of evaluating Operand.