Expressions and Statements

Statements are made of expressions and may be a simple expression or a more complex variety of expressions.

Many statements include loops, ifs, switches, try, breaks, and/or continues. For more info on loops, ifs, switches, try, breaks, and continues, see the Flow of Control and Looping section.