Closed cougarten closed 4 years ago
Describe the bug myVar = 1337 // this means me = super haXXorshould still assign 1337 to myVar. The =however causes it to assign 1 or 0
myVar = 1337 // this means me = super haXXor
=
To Reproduce
Expected behavior
Screenshots
Desktop (please complete the following information):
BTW:
I fixed the comment bug. It should also handle whitespace with variables better. Also the update of the result while line movements should be handled now better.
Describe the bug
myVar = 1337 // this means me = super haXXor
should still assign 1337 to myVar. The=
however causes it to assign 1 or 0To Reproduce
myVar = 1337 // this means me = super haXXor
Expected behavior
Screenshots
Desktop (please complete the following information):
BTW: