Fold
Fold[f, x, list] gives the last element of FoldList[f, x, list].
Example: Fold[f, x, a, b, c]. See notes for FoldList. See The Mathematica Book on the web: Section 2.2.2. See also: Nest.
Further Examples