04-13-2009, 07:56 AM
LCD Wrote:Hi Boriel,Thanks, LCD. I've detected the problem and will fix it today!
I wrote the following little game (which is supposed to become a "Jewel Quest" clone one day :-):
Code:dim a as uinteger
dim x as ubyte
dim y as ubyte
dim solv as ubyte
dim posx as uinteger
dim posy as uinteger
[...]
won:
cls
print "Congratulations"
The Problem is:
It works with Optimisation Level 2, but on Optimisation level 3 it throws "Unexpected tokem IX [IX] at line 1208"
