Content deleted Content added
Remove unneeded examples in other languages and unsourced content |
Shorten the "How it works section" |
||
Line 21:
== How it works ==
Functions in Joy lack [[Parameter (computer science)|formal parameters]]. For example, a function that squares a numeric input can be expressed as follows:▼
▲For example, a function that squares a numeric input can be expressed as follows:
DEFINE square == dup * .
|