[fpc-pascal] Forward declarations

Michael Fuchs freepascal at ypa-software.de
Thu Dec 22 21:42:28 CET 2011


Am 22.12.2011 21:37, schrieb Rainer Stratmann:
> procedure fwproc; forward;
> 
> procedure myprocedure;
> begin
>  fwproc;
> end;
> 
> procedure fwproc;
> begin
> 
> end;

Bad example, in this case there is no need for implementing fwproc after
myprocedure.

g
Michael



More information about the fpc-pascal mailing list