On 10 Sep 2011, at 22:32, Flávio Etrusco wrote:

> Does FPC allow overloading the += operator? If not, why?

It is translated into "x:=x+y" at the parser level, and overload resolving 
happens later. So once you overload "+" (and := if required), "+=" should also 
work.


Jonas

_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Reply via email to