~ (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

TRUE ~ print LF print FALSE ~ print
Output:
FALSE TRUE