editor icon indicating copy to clipboard operation
editor copied to clipboard

Cannot Use Negative Values In Constants

Open Number-3434 opened this issue 1 year ago • 0 comments

You cannot assign a negative value to a constant.

For example:

CONSTANT DOES_NOT_COMPILE = -2  // Does not compile

Number-3434 avatar May 20 '24 15:05 Number-3434