<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">2016-02-01 13:29 GMT+01:00 Michael Van Canneyt <span dir="ltr"><<a href="mailto:michael@freepascal.org" target="_blank">michael@freepascal.org</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">You missed my point.<span class=""><br><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>&IfThen looks also good (I like shorter syntax &if). With "&" prefix it is<br>obvious that this function is unique.<br></blockquote><br></span>You misunderstand.<br><br>The & character cannot be used as part of an identifier, it is a special token.<br><br>It is eaten by the scanner. The parser will never see it. You simply cannot define "&if' as an identifier. The parser will always see 'if'.<br><br>scanner.pas around line 4607.<br><br>And modifying the scanner for this exception is a REALLY bad idea.</blockquote><div><br></div><div>in that case you are right :)</div></div><div><br></div>-- <br><div class="gmail_signature"><div dir="ltr">Best regards,<br>Maciej Izak</div></div>
</div></div>