<p>Am 09.10.2015 23:11 schrieb "Dmitry Boyarintsev" <<a href="mailto:skalogryz.lists@gmail.com">skalogryz.lists@gmail.com</a>>:<br>
><br>
> On Fri, Oct 9, 2015 at 5:04 PM, Sven Barth <<a href="mailto:pascaldragon@googlemail.com">pascaldragon@googlemail.com</a>> wrote:<br>
>><br>
>> Yes a compiler intrinsic could handle that. In the end all three syntaxes are the same code representation anyway: namely an if-node.<br>
>> The IfThen() intrinsic would be fine with me as well. Let's call this our common ground ;)<br>
><br>
> I wonder if replacing Ifthen() inline function, with a common intrinsic keeps the compatibility. </p>
<p>One could force the correct behavior, because the intrinsic is in System while the inline function AFAIK isn't. Thus one could prefix the unit name if needed.</p>
<p>Regards,<br>
Sven</p>