Function definition: Difference between revisions

Content added Content deleted
m (→‎Icon and Unicon: header simplification)
No edit summary
Line 53: Line 53:


Works on arrays of any rank (any number of dimensions): atoms, lists, tables, etc.
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}}==
=={{header|Argile}}==