Case with a negative integer value not compiling
Posted: Wed Dec 25, 2019 2:24 pm
Hi all! Loooooong time inactive ... good to be back here 
I dunno if I don't remember well or is just a bug. I'm trying to compile a script with a case like this
Well, ecompile is complaining about the line with the -1 as comparison value. Or just any negative value, for the matter.
Is it a bug in ecompile?
I dunno if I don't remember well or is just a bug. I'm trying to compile a script with a case like this
Code: Select all
case (variable)
0: <some code>
1: <some code>
-1: <some code>
2: <some code>
endcaseIs it a bug in ecompile?