Content deleted Content added
No edit summary |
→How it works: don't dictate |
||
Line 28:
</source>
The variable x is a formal parameter which is replaced by the actual value to be squared when the function is called. In a [[functional programming|functional]] language ([[Scheme (programming language)|Scheme]]) the same function
<source lang="scheme">
|