From: "Toivo Leedjärv" Newsgroups: comp.os.msdos.djgpp Subject: Re: Help, Pascal Date: 22 Mar 1997 13:17:47 GMT Lines: 23 Message-ID: <01bc36c3$4febb020$8f02ccc2@default> References: <01bc34f0$7c894ea0$LocalHost AT maciek> NNTP-Posting-Host: ap-13.netexpress.ee To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Temporal wrote in article <01bc34f0$7c894ea0$LocalHost AT maciek>... > > Anyway, I tried compiling a simple program. > > program first 'output'; > begin > writeln('Hello'); > end. > > But I got these error messages : > gpc.exe : new.exe : No such file or directory (ENOENT) > new.pas : 1 : parse error before character constant > > If anyone knows what's wrong, Please e-mail me. > maciek AT compmore DOT net > > > shouldn't there be program first(output); ?