Next: Expressions
Prev: Method Structure
C-- have simple structures.
Because statements can include other statements, you can use these
simple statement types to build complex directives.
The following sections describe simple statements, which perform simple actions once, conditional statements, which perform different actions depending on the value of an expression, looping statements, which perform an action multiple times, and error-handling statements, which affect how the interpreter handles error conditions.
Menu: