Variables
Set its value.

We can only set a variable to a value that it allows.

We can also update variables. Here, it gets incremented by one.

type name = value; is shorthand).
The variable c should be the sum of a and b.

Let's first try just setting c to a.

Then, we also add + and b to get the correct value.