You cannot assign a negative value to a constant. For example: ```pseudo CONSTANT DOES_NOT_COMPILE = -2 // Does not compile ```