Statements & expressions
The rules in this chapter are about how to use constructs such as if/else
blocks, what built-in functions or keywords to avoid or how to best structure your statements.
Following these rules will ensure the individual statements in your code are complete and easy to read.