Cold Help System: Programming: ColdC Reference Manual: Language Structure: Expressions


Expressions are ColdC tokens and operators which--when evaluated--perform their defined behavior and take on a value after completion (also known as the return value). If they evaluated without error, the return value is a standard ColdC data type. If an error occured, the return value is an error data type, and execution of the method is halted.

There are many different types of expressions:



Tokens | Expressions | Statements


the Cold Dark