The sole purpose of a definition is assign a value to a word and therefore make a script easier for a human to read. They do not use utilize any bytecode space in a script as they are not sent to the Cronus Zen. When a script is compiled the words are changed to their assigned value.
Syntax
define <name>=<value>;
<name> : The name of the constant<value> : The value assigned to the constant
Only Integer values can be assigned to the value of a constant.
Once a word is defined and given a value, that word can be used anywhere in the script where a value is valid, as shown below;