Jump to content

Function definition: Difference between revisions

m
m (Move FutureBasic entry out of BASIC group)
Line 1,391:
=={{header|EasyLang}}==
<syntaxhighlight lang="text">
procfunc multiply a b . r .
r =return a * b
.
call multiply 7 5 res
print res
</syntaxhighlight>
 
2,041

edits

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