2. Flow#
This chapter takes the building blocks from the previous one and intruces new concepts that of conditional statements and loops that allow you to put them together into short pieces of code; very useful for accomplishing repetetive tasks. Data structures are introduced as well, allowing you to collect and process information in a consistent way.