Calq commands and keywords

Symbol

&&

Definition

Logical AND operation. This is used to logically AND two Boolean values together. This returns a Boolean value, 1 for true and 0 for false.

Example

  0 && 0
  1 && 0
  0 && 1
  1 && 1

See also

||. ~


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