[fpc-pascal] Bug or feature ?

Ched charles.edouard.des.vastes.vignes at gmail.com
Wed Jul 27 15:14:37 CEST 2022


Hello All,

I have a long code which include lines for writing stuffs into an assigned writable text-file F.

    WRITELN(F: 'Hello');

    WRITELN(F, 'Hello');

The code can be compiled with 3.2.2 in i386/windows and i386/linux and runs both times at perfection. 
But... i'm wondering if the first line is really legal... Any advice ?

Cheers, Ched'.


More information about the fpc-pascal mailing list