Kyromyr/Kyromyr.github.io

Editor allows assignment to consts

Closed this issue · 0 comments

The following script:

:const int foo 1

foo = 20

shouldn't compile, but does. It compiles to the following:

Test
0 0 1
BFRlc3QAAAAAAAAAAAEAAAAIY29uc3RhbnQCAQAAAA==

Re-importing that yields:

1

Which is invalid code.