Fold¶ Applies a function cumulatively to elements of a list, starting with an initial value. $ wo 'Fold[Plus, 0, {1, 2, 3}]' 6