Chapter 3: Variables and Data Types
A fundemental concept to all programming languages is variables. Computations are driven by data, so we need a way to store and load that data. In this chapter, we will explore how we can do this using variables and types.