<div dir="ltr"><div dir="ltr">On Sat, Jul 6, 2019 at 10:15 AM Ryan Joseph <<a href="mailto:genericptr@gmail.com">genericptr@gmail.com</a>> wrote:<br></div><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
> On Jul 6, 2019, at 9:56 AM, Ben Grasset <<a href="mailto:operator97@gmail.com" target="_blank">operator97@gmail.com</a>> wrote:<br>
> <br>
> You cannot under any circumstances initialize a variable with a "typed" constant, because typed constants are themselves mutable by default.<br>
> <br>
<br>
Ok so typed constants are not really constants. Makes sense. :) <br></blockquote><div><br></div><div>Well, it's Borland who is to blame for this, specifically. </div><div><br></div><div>FPC has the behaviour because it needs to for the sake of compatibility. Certainly though, I've always wished that only initialized *variables*, using "var Something: Type = " as opposed to "const Something: Type = " existed, and that all consts were specifically untyped like "const Something = ".</div><div><br></div><div>Sadly that is not and will never be the case, unfortunately.</div></div></div>