~ (Bitwise and conditional)
Logical complement ("not" operation).
Arguments
condition0
is the initial condition.
Return values
condition1
is TRUE if condition0
is FALSE, FALSE otherwise.
Example
Output:
FALSE
TRUE
Logical complement ("not" operation).