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


ColdC provides three kinds of looping statements. These statements are used to traverse a list or a range of numbers, or to execute a statement as long as a certain condition is true. ColdC also provides two kinds of jump statements which are used to prematurely exit from a loop or continue onto the next iteration of a loop.



Simple | Conditional | Error-Handling | Looping Statements


the Cold Dark