<?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="Parameter (computer programming) - Page 7 - Wikipedia">
<p>
<a accesskey="1" href="page.php?w=Parameter_(computer_programming)&amp;p=6">1.Previous</a><br />
<a accesskey="3" href="page.php?w=Parameter_%28computer_programming%29&amp;p=8">3.Next</a>
</p>
<p>argument, what is passed is a reference to that variable - even though the syntax for the function call could stay the same. The specification for <a href="page.php?w=Call_by_reference">pass-by-reference</a> or <a href="page.php?w=Call_by_value">pass-by-value</a> would be made in the function declaration and/or definition.</p>

<p>Parameters appear in procedure definitions; arguments appear in procedure calls. In the function definition <code>f(x) = x * x</code> the variable <code>x</code> is a parameter; in the function call <code>f(2)</code> the</p><p>
<a accesskey="1" href="page.php?w=Parameter_(computer_programming)&amp;p=6">1.Previous</a><br />
<a accesskey="3" href="page.php?w=Parameter_%28computer_programming%29&amp;p=8">3.Next</a>
</p>

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

</card>
</wml>
