Re: [fpc-pascal] C-blocks

2018-11-16 Thread Sven Barth via fpc-pascal
Am Fr., 16. Nov. 2018, 03:25 hat Ryan Joseph geschrieben: > > > > On Nov 15, 2018, at 11:30 PM, Sven Barth via fpc-pascal < > fpc-pascal@lists.freepascal.org> wrote: > > > > No, too many ways to do the same thing don't make things easier, not to > mention that everything needs to be maintained. S

Re: [fpc-pascal] C-blocks

2018-11-16 Thread Ryan Joseph
> On Nov 16, 2018, at 5:33 PM, Sven Barth via fpc-pascal > wrote: > > When a function contains at least one anonymous function then a capture > object is created which is shared by all anonymous functions in the function > and also all captured local variables are moved there. If there is no

Re: [fpc-pascal] C-blocks

2018-11-16 Thread Sven Barth via fpc-pascal
Am Fr., 16. Nov. 2018, 12:57 hat Ryan Joseph geschrieben: > > > > On Nov 16, 2018, at 5:33 PM, Sven Barth via fpc-pascal < > fpc-pascal@lists.freepascal.org> wrote: > > > > When a function contains at least one anonymous function then a capture > object is created which is shared by all anonymous