You define variables by simply assigning a value to them. They do not need to be declared.
Variable names are not case sensitive.
All variables are string variables. There are no types like in C, and no need to declare variables. This makes working with variables very easy. There is no need to do conversions or casts. Also, there is no need for string memory management.