[fpc-pascal]Line Continuation

Sebastian Günther sguenther at gmx.de
Thu Feb 13 19:47:32 CET 2003


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, ' +
   'continued in the second line'


- Sebastian




More information about the fpc-pascal mailing list