<?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="Lazy evaluation - Page 7 - Wikipedia">
<p>
<a accesskey="1" href="page.php?w=Lazy_evaluation&amp;p=6">1.Previous</a><br />
<a accesskey="3" href="page.php?w=Lazy_evaluation&amp;p=8">3.Next</a>
</p>
<p><code>x = expression;</code> (i.e. the assignment of the result of an expression to a variable) clearly calls for the expression to be evaluated and the result is placed in <code>x</code>, but what actually is in <code>x</code> is irrelevant until there is a need for its value via a reference to <code>x</code> in some later expression whose evaluation could itself be deferred, though eventually the rapidly growing tree of dependencies would be pruned to produce some symbol rather than another for the outside world to see.</p>

<p>Lazy evaluation</p><p>
<a accesskey="1" href="page.php?w=Lazy_evaluation&amp;p=6">1.Previous</a><br />
<a accesskey="3" href="page.php?w=Lazy_evaluation&amp;p=8">3.Next</a>
</p>

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

</card>
</wml>
