PseudocodeEditor / editor

The codemirror 6 editor for CIE spec Pseudocode
https://editor.pseudonaja.app
21 stars 2 forks source link

Cannot Use Negative Values In Constants #34

Open Number-3434 opened 3 months ago

Number-3434 commented 3 months ago

You cannot assign a negative value to a constant.

For example:

CONSTANT DOES_NOT_COMPILE = -2  // Does not compile