not: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
(No difference)
|
Latest revision as of 23:59, 14 March 2023
not() Function
This performs logical negation on the provided parameter.
Usage
not(param1)
Parameters
param1
- Number
Example
[h: someVar = 13]
[r: not(someVar)]
[r: not(0)]
Returns:
0
1