Skip to content

Apply

Applies a function to list elements as arguments.

$ wo 'Apply[Plus, {1, 2, 3}]'
6
$ wo 'Apply[Times, {2, 3, 4}]'
24