[fpc-pascal] Overloading the increment operator (+=)

Jürgen Hestermann juergen.hestermann at gmx.de
Mon Sep 12 07:25:15 CEST 2011



Flávio Etrusco schrieb:
> "+=" can't be efficiently implemented with two operations (since
> concatenating the operand would be unexpected to the user...).
>
>   
Why not use "inc(x,y)"?



More information about the fpc-pascal mailing list