On Mon, May 30, 2022 at 7:25 AM Sven Barth via fpc-pascal
<fpc-pascal@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
_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
https://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal

Reply via email to