Current News

Moderator: Mmiscool

User avatar
By Jokkepappa
#45390 I'm back and happy to see the basic is advancing so well. Can't wait to be able to mese with it again. Already wanted to do so today but my soldering station gave up. More automation projects on the ways.
User avatar
By cicciocb
#45407 Hi,
the problem is not coming from the NEXT command not having a corresponding FOR TO but simply by the command print with a single quote :
Code: Select allprint "

Basically all the "non closed" strings can cause a crash such as
Code: Select alla = "test
b = a + "this


I found a bug in the parser that is causing that.
This will be fixed in next release