<div dir="auto"><div><div class="gmail_quote"><div dir="ltr">Am Mi., 20. Feb. 2019, 12:07 hat Nikolai Zhubr <<a href="mailto:n-a-zhubr@yandex.ru">n-a-zhubr@yandex.ru</a>> geschrieben:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">So I'm just wondering, what is wrong with such approach that it is <br>
considered so harmfull for Pascal? (Not talking here about possible <br>
excessive complexity of actual implementation in compiler, and not <br>
talking about the exact syntax chosen for that, just the idea as a whole)<br></blockquote></div></div><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 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 dir="auto">Regards, </div><div dir="auto">Sven </div><div dir="auto"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
</blockquote></div></div></div>