Calling functions: Difference between revisions

Merge to Call a function per deprecate flag
(This duplicates Call a function. {{DeprecatedTask}})
(Merge to Call a function per deprecate flag)
Line 4:
 
* This task is a '''duplicate''' of [[Call a function]]. Please add new examples to [[Call a function]], not to this page.
 
=={{header|Smalltalk}}==
Where f is a closure and arguments is an array of values for f to operate on.
<lang smalltalk>f valueWithArguments: arguments.</lang>
Anonymous user