Calq commands and keywords

Symbol

=

Definition

Assignment statement. This is used to create a variable if one does not yet exist, and give it a value. If the variable already exists, this will overwrite the old value with the new one.

Example

  x = 2.4
  y = 3 * x

See also

==.


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