From: NOSPAMsl AT psycode DOT com (Gili) Newsgroups: comp.os.msdos.djgpp Subject: Re: Using printf() with GNU Pascal Compiler Date: 2 Mar 1998 20:33:38 GMT Organization: Generation.NET Lines: 12 Message-ID: References: <01bd43f2$d28dd8e0$0b16ad86 AT tmoore> <34F7F2E7 DOT 236B AT atticus DOT com> Reply-To: NOSPAMsl AT psycode DOT com NNTP-Posting-Host: portB66.Generation.NET Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 8bit To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk On Sat, 28 Feb 1998 11:20:07, Chris Doty wrote: > Something like: replace: > printf("bob ate %d pounds of elk.\n", a); > with: > writeln("bob ate ", a, " pounds of elk."); I actually it's: writeln('bob ate ',a,'pounds of elk.'); Gili