Variables

In Dawn, variables are created like this:

let a = "Hello"

where a is the variable name and "Hello" is the value.