34,333
edits
Changes
→Passing Arguments to a Function
== Passing Arguments to a Function ==
The above examplke example did not pass any arguments through to the function. Commonly a function is design to perfomr perform some task on a number of arguments as in the following example:
<pre>