Last Modified: 9/8/2021
Returns the bitwise inverse of a numerical expression or non-String variable.
Name | Type | Required | Description |
Expression | Number, Integer | Yes | The expression to return the inverse of. |
Syntax: Not(<Expression>) |
a = 5 Print Not(a) |