<div dir="ltr"><div dir="ltr">On Wed, Feb 20, 2019 at 4:35 PM Dimitrios Chr. Ioannidis 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 bgcolor="#FFFFFF"><blockquote type="cite"><div dir="ltr"><div dir="ltr"><div class="gmail_quote">
          </div>
        </div>
      </div>
    </blockquote>
    <p>  Even if declaring variables as close as possible to where the
      variable will be used ( debugging wise not readability wise )
      leads to more correct code, the problem is to avoid the temptation
      to use them in other places too. <br></p></div></blockquote><div>Variables declared within a begin...end cannot be used elsewhere. (E.g. for var I:=0 to .. won't let you use I after the loop).</div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div bgcolor="#FFFFFF"><p>
    </p>
    <p>  AFAIK, one of Pascal's primary design goals is to won't let you
      shoot yourself in the foot, and IMO that feature is not in that
      direction.</p></div></blockquote><div> I'd like to see an example how this is less safe.</div><div><br></div></div></div>