PickBASIC / FlashBASIC
not() function
.mdThe not() function returns the logical inverse of the normal outcome of true and false generated by a logical expression.
Syntax
not(logical.exp)Parameter(s)
| logical.exp | Expression to test. |
Description
If the expression evaluates to 0, then 1 is returned. If the expression evaluates to any nonzero value, 0 is returned.
Example(s)
See also
Referenced by
1 topic mentions not() function in its description.