not conditional | |
ACTION: |
invert conditional logic
|
USE: |
inversion of condition
|
EXAMPLE: |
if not a>42 then ... 'if a<=42 then' |
REMARKS: |
'not' inverts the outcome of the rest of the conditional expression |
RELATED: |
true
false
not bits
|