not() Operation of Boolean Expressions
| Syntax |
NONE
| |
|---|---|---|
| Semantics | Negates the <boolean expression> or a boolean value. | |
| Substitutables | anotherBoolean | Can be any variable or object attribute having the type Boolean. |
| Examples | Returns false:
NONE
Assigns the negation of the boolean value of x to y:
NONE
| |
