Jump to content

Function definition: Difference between revisions

Added PicoLisp
No edit summary
(Added PicoLisp)
Line 490:
return $a * $b;
}</lang>
 
=={{header|PicoLisp}}==
<lang PicoLisp>(de multiply (A B)
(* A B) )</lang>
 
=={{header|Pike}}==
Anonymous user
Cookies help us deliver our services. By using our services, you agree to our use of cookies.