Calq commands and keywords

Symbol

~

Definition

Logical NOT (inverse) operation. This is used to logically invert a Boolean value. This returns a Boolean value, 1 for true and 0 for false.

Example

  ~0
  ~1
  ~(3 > 4)

See also

&&. ||.


What is Calq?
Latest version of Calq
Digital Wave Systems Lab homepage