# Var Command
The var commmand is used to create or change a variable. 
```
var variable = "Hello Evolution";
```