Cold Help System: Programming: ColdC Reference Manual: Language Structure: Expressions: Operators: Assignments: Simple


Both simple and scatter assignments use the the same equals sign = operator. A simple assignment stores the result of the expression on the right into the variable on the left, such as:

variable = expression

The function set_var() may also be used for the same purpose, but only on an object variable (see Variables).


Simple | Scatter | Dual | Default


the Cold Dark