<div dir="ltr"><div dir="ltr">On Wed, Feb 20, 2019 at 3:52 PM Sven Barth via fpc-devel <<a href="mailto:fpc-devel@lists.freepascal.org">fpc-devel@lists.freepascal.org</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"><div dir="auto"><div dir="auto"><br></div><div dir="auto">Pascal is a language where declaration and use of variables is separated. It makes it easy to see what variables are declared and what type they are. Inline variables mess this up as a variable can be declared somewhere inside the code. </div></div></blockquote><div><br></div><div>Now I'm curious. Can you point me to a resource where Pascal is defined such that the separation of declaration from use is a central tenet? I'm not sure, but I doubt I ever look at the variable declarations to help understand the rest of the code...</div><div><br></div><div>To me it seems like an artificial limitation which probably made compiler development easier (or compilation faster?). Yet most other languages didn't see the need for this limitation.</div><div><br></div><div>(I see Pascal as a C-like language with superior readability. I want the speed of C AND be able to easily understand the code).</div><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="auto"><div dir="auto">I use C++ to earn my living. I know why I'm not a fan of inline variables as I've been biten by them often enough already.</div><div dir="auto"><br></div></div></blockquote><div>Can you provide an example of how inline variables can bite?</div></div></div>