Skip to main content

Fold

Fold[f,x,list] gives the last element of FoldList[f,x,list].

Fold[f,list] is equivalent to Fold[f,First[list],Rest[list]].

Fold[f] represents an operator form of Fold that can be applied to expressions.

Please visit the official Wolfram Language Reference for more details and examples on core symbols.