Function definition: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 54:
Works on arrays of any rank (any number of dimensions): atoms, lists, tables, etc.
 
=={{header|AppleScript}}==
<lang AppleScript>on multiply(a, b)
 
<lang AppleScript>
on multiply(a, b)
return a * b
end
Anonymous user