0.9 Declaring variables

One time or another you're going to need variables. Declaring a variable is easy.

     variable one

The same rules for declaring words apply for variables. You can't use a name that already has been taken. A variable is a word too! And whitespace characters are not allowed. Note that 4tH is not case- sensitive!