[fpc-devel] request feature C++ operators

Sven Barth pascaldragon at googlemail.com
Fri May 13 10:53:14 CEST 2016


Am 13.05.2016 08:52 schrieb "Derit Agustin" <derit.agustin at gmail.com>:
>
> hi all
> can implement c++ operators
>
> Assignment-level expressions
> = *= /= %= += -=

Aside from the %= these operators are already available (maybe you need to
use {$coperators on}) though they are converted to their binary
counterparts (and no, this won't be changed). %= won't be supported however
as Pascal does not use the "%" sign for modulo.

Regards,
Sven
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freepascal.org/pipermail/fpc-devel/attachments/20160513/5a077ca3/attachment.html>


More information about the fpc-devel mailing list