Calq commands and keywords

Symbol

==

Definition

Compare for equality. This is used to test whether the expression on the left side matches the one on the right side. This returns a Boolean value, 1 for true and 0 for false.

Example

  2*2 == 4
  3 == 4

See also

=. > >= <= <.


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