[fpc-devel] Proposal: Enhanced replacement for assignment operators

Florian Klämpfl florian at freepascal.org
Sat Aug 7 09:28:30 CEST 2010


Am 06.08.2010 05:05, schrieb Alexander Klenin:
> On Fri, Aug 6, 2010 at 08:29, Michael Van Canneyt
> <michael at freepascal.org> wrote:
>> Pascal as it is, is a very readable language as opposed to C. Proposals such
>> as this diminish the readability.
> 
> FWIW, while migrating to FPC/newer Delphi,
> I specifically replace all usage of Inc/Dec and Include/Exclude in my
> Pascal programs
> by += / -= *to increase readability*.

Nevertheless inc/dec generates better code because fpc is too dump to
convert += / -= into inc/dec etc. :)



More information about the fpc-devel mailing list