Syntaxerror expected, but doesn't occur

Working on new editor enhancements?
AND51
Addict
Addict
Posts: 1040
Joined: Sun Oct 15, 2006 8:56 pm
Location: Germany
Contact:

Syntaxerror expected, but doesn't occur

Post by AND51 »

Hello!

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"
In my opinion, you should get an error message due to the missing whitespace after If and While.

:lol:
PB 4.30

Code: Select all

onErrorGoto(?Fred)
User avatar
Kaeru Gaman
Addict
Addict
Posts: 4826
Joined: Sun Mar 19, 2006 1:57 pm
Location: Germany

Post by Kaeru Gaman »

you became a Syntax Error? well, I expected this Transformation....
oh... and have a nice day.
AND51
Addict
Addict
Posts: 1040
Joined: Sun Oct 15, 2006 8:56 pm
Location: Germany
Contact:

Post by AND51 »

Of course, "get" would be grammatically correct, but pshhhh! Let's see, who will guess right... :lol:
PB 4.30

Code: Select all

onErrorGoto(?Fred)
Post Reply