Statements
CLight statements consist of expressions and other statements. A statement that forms a component of another statement is called the body
of the enclosing statement. Each statement type given by the following syntax is discussed in this section.
Syntax
statement
:
declaration
expression-statement
if-statement
iteration-statement
Last updated