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,063

edits