Function definition: Difference between revisions

no edit summary
m (→‎Icon and Unicon: header simplification)
No edit summary
Line 53:
 
Works on arrays of any rank (any number of dimensions): atoms, lists, tables, etc.
 
=={{header|AppleScript}==
 
<lang AppleScript>
on multiply(a, b)
return a * b
end
</lang>
 
=={{header|Argile}}==
Anonymous user