Cold Help System: Programming: ColdC Reference Manual: Language Structure: Statements: Simple: Expression


The expression statement evaluates a complete expression, discarding the result. The syntax of an expression statement is an expression followed by a semi colon, such as:

expression;

Examples:

"this";
y = x + 50;


Comment | Expression | Compound | Return


the Cold Dark