About Variables

The following syntax is used to declare a variable.

Set name tovalue

Remarks
Variable name should not contain spaces. Maximum length of the name is 31 symbols. The value has to be a valid number.
Example
# Set color codes of white and black
set white       to 0xFFFFFF
set black       to 0x000000
...read about matrices