Statements
Expression Statements
An expression followed by a semicolon.
Variable Declarations
As shown in the Variables section.
Control Flow Statements
If Statements
Example:
While Loops
Example:
For Loops
Example:
Last updated