Unary prefix operators
| << Click to Display Table of Contents >> Navigation: Basic concepts > Operators > Unary prefix operators | 
A single - (minus) can be used as a number prefix to invert the sign of that number. The keyword not can be used to invert a boolean value or expression.