Re: [fpc-pascal] Parameter evaluation order

2016-02-02 Thread Vojtěch Čihák
-pascal] Parameter evaluation order On Tue 02/02/2016 10:41, Jonas Maebe wrote: Andreas Berger wrote on Tue, 02 Feb 2016: On Tue 02/02/2016 09:27, Jonas Maebe wrote: It also may have problems when compiling with the Delphi "NextGen" compiler: http://stackoverflow.com/a/1101

[fpc-pascal] Parameter evaluation order

2016-02-02 Thread Jonas Maebe
Andreas Berger wrote on Tue, 02 Feb 2016: On Tue 02/02/2016 09:27, Jonas Maebe wrote: The parameter evaluation order issue is irrelevant in this context: Delphi guarantees left-to-right (or used to anyway, this may have changed), FPC doesn't guarantee anything. Wow, what's this? I never

Re: [fpc-pascal] Parameter evaluation order

2016-02-02 Thread Andreas Berger
On Tue 02/02/2016 10:41, Jonas Maebe wrote: Andreas Berger wrote on Tue, 02 Feb 2016: On Tue 02/02/2016 09:27, Jonas Maebe wrote: The parameter evaluation order issue is irrelevant in this context: Delphi guarantees left-to-right (or used to anyway, this may have changed), FPC doesn't gua