not() Operation of Boolean Expressions
Syntax |
| |
---|---|---|
Semantics | Negates the | |
Substitutables |
| 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
|
Related Pages: