Function definition: Difference between revisions

Content added Content deleted
Line 1,394: Line 1,394:
return a * b
return a * b
.
.
multiply 7 5
print multiply 7 5
</syntaxhighlight>
</syntaxhighlight>