<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">2016-02-01 17:14 GMT+01:00 Graeme Geldenhuys <span dir="ltr"><<a href="mailto:mailinglists@geldenhuys.co.uk" target="_blank">mailinglists@geldenhuys.co.uk</a>></span>:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">That doesn't mean new language features can't be added, but<br>
when they are, find a Pascal-like solution.<br></blockquote><div><br></div><div>IfThen, IIF, &if is <span id="result_box" class="" lang="en"><span class="">controversial</span></span>.<br><br></div><div>My favorite still is &if. <br><br>More Pascal like propositions:<br><br></div><div>1) x := IfExpr(true, 0, 0);<br></div><div>2) x := if true then 0 else 0;<br></div><div>3) x := ite(true, 0, 0); // If Then Else = ITE, more correct than IIF<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>