Jump to content

Function definition: Difference between revisions

(Adding Dream Maker Example)
Line 1,403:
 
=={{header|EasyLang}}==
<syntaxhighlight lang="text">func multiply a b . r .
proc multiply a b . r .
r = a * b
.
call multiply 7 5 res
print res</syntaxhighlight>
</syntaxhighlight>
 
=={{header|EchoLisp}}==
2,042

edits

Cookies help us deliver our services. By using our services, you agree to our use of cookies.