Re: [fpc-pascal] "Unexpected end of file" when having an open comment after the final "end."

2024-02-10 Thread Sven Barth via fpc-pascal
Ralf Quint via fpc-pascal schrieb am Fr., 9. Feb. 2024, 20:36: > On 2/8/2024 11:01 AM, Martin Wynne via fpc-pascal wrote: > > Hi Thomas, > > > > The error is not the file content after "end.". > > > > The error is not having the expected "end;" after "begin". > > > > This works ok: > > > > __

Re: [fpc-pascal] Floating point question

2024-02-10 Thread greim--- via fpc-pascal
Hi, my test with Borland Pascal 7.0 running in dosemu2 running 80x87 code. The compiler throws an error message for calculating HH and II with explicit type conversion. The results of FF and GG are the same! Even on 16 bit system! I think this behavior is right! In the 80x87 emulation