Syntaxerror expected, but doesn't occur
Posted: Sat Jun 21, 2008 12:54 pm
Hello!
If you are klatsching a pointer directly hinter a repeat or if, you don't become a syntax error:In my opinion, you should get an error message due to the missing whitespace after If and While.

If you are klatsching a pointer directly hinter a repeat or if, you don't become a syntax error:
Code: Select all
*test=5
If*test
Debug "if"
EndIf
While*test
Debug "while"
Break
Wend
Debug "end"
