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


A statement is a complete instruction to the interpreter. Statements are composed of expressions or constructs. Statements can be simple (such as comments), or they can be complex (such as loops and conditionals). Most statement types in ColdC have simple structures. Because statements can include other statements (using a compound statement) they can be used to build complex directives for the interpreter. Statements are grouped into four categories:



Tokens | Expressions | Statements


the Cold Dark