<p>Am 13.05.2016 08:52 schrieb "Derit Agustin" <<a href="mailto:derit.agustin@gmail.com">derit.agustin@gmail.com</a>>:<br>
><br>
> hi allĀ <br>
> can implement c++ operators<br>
><br>
> Assignment-level expressions<br>
> = *= /= %= += -=</p>
<p>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.</p>
<p>Regards,<br>
Sven</p>