<?xml version="1.0" encoding='utf-8'?>
<!DOCTYPE wml PUBLIC "-//WAPFORUM//DTD WML 1.1//EN" "http://www.wapforum.org/DTD/wml_1.1.xml">
<wml>
<card id="card1" title="Local variable - Page 4 - Wikipedia">
<p>
<a accesskey="1" href="page.php?w=local_variable&amp;p=3">1.Previous</a><br />
<a accesskey="3" href="page.php?w=local_variable&amp;p=5">3.Next</a>
</p>
<p>of the block definition: within that block's text, the variable name exists, and is bound to the variable's value, but outside that block's text, the variable name does not exist. By contrast, in dynamic scoping (or dynamic scope), if a variable name's scope is a certain block, then its scope is that block and all functions transitively called by that block (except when overridden again by another declaration); after the block ends, the variable name does not exist.  Some languages, like <a href="page.php?w=Perl">Perl</a> and <a href="page.php?w=Common_Lisp">Common Lisp</a>,</p><p>
<a accesskey="1" href="page.php?w=local_variable&amp;p=3">1.Previous</a><br />
<a accesskey="3" href="page.php?w=local_variable&amp;p=5">3.Next</a>
</p>

<do type="prev" label="Search">
        <go href="search.wml"/>
</do>

</card>
</wml>
