Statements and Expressions

Any complex algorithm is just many simple instructions, lined up. Let's get a feel for some of these.

Section Overview

1. (Re-)AssignmentsVariables are data pointers we can update over time.2. Control FlowManage decision making and handle collections of the same thing efficiently.