Maurice Lombardi wrote:
Frank Heckenbach wrote:
Waldek Hebisch wrote:
for i:=1to 5 do j:=j+1;
^
space missing !
Yes, that's the point. BP does in fact allow this.
So is it better to allow also such a faulty construct in gpc
We do so all the time in the name of BP compatibility. ;-)
But the new lexer will be able to emit a warning or error for such constructs.
Frank