<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">2016-02-01 10:59 GMT+01:00 Michael Schnell <span dir="ltr"><<a href="mailto:mschnell@lumino.de" target="_blank">mschnell@lumino.de</a>></span>:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><span class="">On 02/01/2016 09:35 AM, David Butler wrote:<br>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">
<br>
<br>
Maybe call it "inlineif" or "iif", e..g<br>
<br>
x := iif (a < 3, 1, 2)<br>
<br>
</blockquote></span>
It's iif in Oxygen. So why not keep that name ?</blockquote><div><br></div><div>Same here. I see no reason to differ from it. Introducing new incompatibility is bad idea. For me is good to have booth (Oxygene compatible):</div><div><br></div><div>x := iif (a < 3, 1, 2);<br></div><div><span style="color:rgb(80,0,80);font-size:12.8px">V := If </span>a < 3<span style="color:rgb(80,0,80);font-size:12.8px"> then 1 else 2;</span><br></div><div><span style="color:rgb(80,0,80);font-size:12.8px"><br></span></div><div><font color="#500050"><span style="font-size:12.8px">sometimes is better to use first option and sometimes is better to use second option. Both Oxygen compatible and very "pascalish".</span></font><br></div><div><br></div></div>-- <br><div class="gmail_signature"><div dir="ltr"><div>Best regards,<br>Maciej Izak</div></div></div>
</div></div>