<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Tue, Feb 2, 2016 at 6:07 AM, Michael Van Canneyt <span dir="ltr"><<a href="mailto:michael@freepascal.org" target="_blank">michael@freepascal.org</a>></span> 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"><span class="">On Tue, 2 Feb 2016, Maciej Izak 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">we can even mix to gain more clear code:<br>
<br>
foo :=<br>
 if Condition1 then<br>
   iif(Condition2, ThenExpr1, ElseExpr1)<br>
 else<br>
   iif(Condition3, ThenExpr2, ElseExpr2);<br>
<br>
much more readable than:<br>
</blockquote>
<br></span>
Call me old fashioned, but then I think<br></blockquote><div><br></div><div>I don't think you are old fashioned. :-)</div><div> </div><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">
  foo:=iif(Condition1,<br>
           iif(Condition2, ThenExpr1, ElseExpr1),<br>
           iif(Condition3, ThenExpr2, ElseExpr2));<br>
is more clear.<br></blockquote><div><br></div><div>+1.</div><div> </div><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">
The "if then" construct is really confusing.<br>
"if then" is a statement, not an expression.</blockquote><div><br></div><div>I think strange this logic on the code above, and I totally agree with you. If it was accepted to ObjFPC, it would be the first language to accepet an `if` statement as an expression, sounding as an abbreviation in the language.</div><div><br></div></div>-- <br><div class="gmail_signature"><div dir="ltr"><div>Silvio Clécio</div></div></div>
</div></div>