editor
editor copied to clipboard
Cannot Use Negative Values In Constants
You cannot assign a negative value to a constant.
For example:
CONSTANT DOES_NOT_COMPILE = -2 // Does not compile