Re: [fpc-pascal] TP compatibility: procedural type

2017-09-03 Thread Anton Shepelev
Sven Barth: > The modes are for the case have code written for > other compilers (TP, MacPas, Delhi, ISO) work in > FPC (as good as reasonably possible). We do howev- > er *not* guarantee that code written in one of > these modes with FPC compiles or runs with the > corresponding compi

Re: [fpc-pascal] TP compatibility: procedural type

2017-09-03 Thread Marco van de Voort
In our previous episode, Anton Shepelev said: > Thank you and others for your explanations. I have > a related question which seems unworthy of a new > thread. I can't compile this program with -Miso: > > Program Test; > var object: integer; > begin > end. > > Free Pascal tells me

Re: [fpc-pascal] TP compatibility: procedural type

2017-09-03 Thread Anton Shepelev
Marco van de Voort to Anton Shepelev: > > I have a related question which seems unworthy > > of a new thread. I can't compile this program > > with -Miso: > > > > Program Test; > > var object: integer; > > begin > > end. > > > > Free Pascal tells me that > > > > test.pas(2,5) Fatal