All label have to start with a '�'. A label is defined by
�LabelName = Term
The labelname may contain any char except one of the following:
+ * - / ( ) < > & UpArrow and Space
The default numeric system for Term is Hex.
To delete a label just skip Term.
Example:
Define the label "border" with the value $d020
�border = $d020
Define the label "Background" with the value $d021
�Background = �border +1
Delete the label "border"
�border =
The annoying spaces in these examples are of course unnecessary.