Named Constants

Named constants allow you to use a descriptive name for a character, instead of its code. To define a named constant, use store(name) code. When you wish to refer to the code, use $name.

The dollar referencing can only be used with named constants. You cannot use it for stores that have more than one character in them.

store(CCedilla) U+00E7
+ [RALT K_C] > $CCedilla