Jump to content

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
Cookies help us deliver our services. By using our services, you agree to our use of cookies.