Joy (programming language): Difference between revisions

Content deleted Content added
谢宇恒 (talk | contribs)
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 wouldcould be defined:
 
<source lang="scheme">