On Wed, Jun 27, 2001 at 06:22:20PM +0530, Anuradha wrote:
Does gpc support initialisation section like:
Short: Yes.
Long: Try this out:
t.pas ===== program foo; uses myunit; begin end.
myunit.pas ==========
unit myunit; interface implementation begin writeln('hello world') end.
Eike