not: Difference between revisions
Jump to navigation
Jump to search
(No difference)
|
Revision as of 23:40, 9 February 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