[fpc-pascal] += property bug?
Ryan Joseph
genericptr at gmail.com
Wed Aug 14 16:54:56 CEST 2019
> On Aug 13, 2019, at 11:09 AM, Sven Barth via fpc-pascal <fpc-pascal at lists.freepascal.org> wrote:
>
> In general the C operators are not desired. They where added way in the past in a weak moment and I don't think they'd be added today if FPC wouldn't have them already.
>
Seriously? why is i := i + 1 better than i += 1 ? just more typing for such a simple operation. All languages I use have adopted this syntax and for good reason.
Regards,
Ryan Joseph
More information about the fpc-pascal
mailing list