[fpc-pascal]urgent help question
Jonas Maebe
jonas at zeus.rug.ac.be
Thu Feb 7 13:23:50 CET 2002
On woensdag, februari 6, 2002, at 07:56 , raoul s wrote:
> for some reason i get "error 88: "(" expected" at the
> line below.
With out the declaration of the functions and variables, it is
impossible to say what's wrong. Also, the cursor is always placed on the
exact location where this symbol is expected, not just on the line.
Anyway, your programs contains a lot of other errors too: you always
write thing like
if blablabla then
begin
...
end;
else
...
The error here is that before else, you must not put a ";". In
Pascal, ";" marks the end of a statement and "if .. then .. else .." is
one statement.
Jonas
More information about the fpc-pascal
mailing list