<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Tue, Feb 2, 2016 at 7:45 AM, Henry Vermaak <span dir="ltr"><<a href="mailto:henry.vermaak@gmail.com" target="_blank">henry.vermaak@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
Exceptions to standard behaviour is bad, just because there are<br>
exceptions doesn't mean that we need to create more of them.<br>
Documenting something doesn't make the behaviour intuitive.<br>
<br></blockquote><div>Too many exceptions create a rule? :)<br><br></div><div>I'd suspect that both if-else-experssion and iif() will end up being in the FPC.<br></div><div>Since it appears that preference is split exactly 50/50 over an expression and a function.<br></div><div><br>Similar to other duplication:<br></div><div>...in sets <br></div><div> Include(ch, 'a')<br></div><div> ch:=ch+['a'];<br></div><div> <br></div><div>...in arithmetical operations<br></div><div> a:=a+4;<br></div><div> inc(a,4);<br></div><div> a+=4; // C-style btw!<br></div><div></div><div><br></div><div>thanks,<br></div><div>Dmitry <br></div></div></div></div>