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 or to issue a clearer error message like "1to" is neither a valid number nor a valid identifier ??
Maurice