User defined constants would be nice. Something like: DEFINE #SOME_THING 10 VAR A=#SOME_THING * 2 'Or however you want to use it At the moment, user constant values can only be expressed explicitly, which isn't as descriptive as a definition name. Using a VAR to hold the value, doesn't protect it from being overwritten and wastes memory.