Prof A Olowofoyeku (The African Chief) wrote:
Yes. The difficulty is that the compiler error messages often run into several lines, many of which are part of the same error. It sometimes gets a bit difficult to do something with them in the IDE.
For this purpose GPC inserts an additional space in the continuation lines:
foo.pas: In main program: foo.pas:4: undeclared identifier `sdf' (first use in this routine) foo.pas:4: (Each undeclared identifier is reported only once foo.pas:4: for each routine it appears in.) ^
Frank