Re: [fpc-pascal]Line Continuation

2003-02-13 Thread James Mills
On Thu, Feb 13, 2003 at 08:39:27PM +0200, Haluk DUMAN wrote: Never post HTML to the list. Use PlainText. cheers James ___ fpc-pascal maillist - [EMAIL PROTECTED] http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Re: [fpc-pascal]Line Continuation

2003-02-13 Thread Marco van de Voort
C[ text/html is unsupported, treating like TEXT/PLAIN ] > > > > > > Hi >list, > http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Re: [fpc-pascal]Line Continuation

2003-02-13 Thread Sebastian Günther
Haluk DUMAN schrieb: Hi list, {First excuse my poor english} What is the "Line Continuation" character for FPC ? there is no "line continuation" in Pascal. You can add a line break at arbitrary positions between two consecutive tokens. To split strings, use +: 'some long string, ' + 'contin