[fpc-pascal] Feature Announcement: Function References and Anonymous Functions
Bart
bartjunk64 at gmail.com
Mon May 30 11:00:41 CEST 2022
On Mon, May 30, 2022 at 7:25 AM Sven Barth via fpc-pascal
<fpc-pascal at lists.freepascal.org> wrote:
> === code begin ===
>
> Sort(lamba (left, right) as
> if left < right then -1
> else if left > right then 1
> else 0);
>
This doesn't look like Pascal at all.
I definitively hope this is not the future of our beautiful language.
--
Bart
More information about the fpc-pascal
mailing list