[fpc-pascal] Re: writeln in threads on linux

Felipe Monteiro de Carvalho felipemonteiro.carvalho at gmail.com
Sun Jul 2 15:16:31 CEST 2006


On 7/2/06, Antal <antal at componente.net> wrote:
> So just look out for this in the source-code.
> Or just use
> write('Main Loop',#13#10);
> :^)

IsnĀ“t it better to use:

write('Main Loop',LineEnding);

this way the RTL will substitue LineEnding with the appropriate one
for that platform.

-- 
Felipe Monteiro de Carvalho



More information about the fpc-pascal mailing list