Qurak

Fold

Available

Applies a function cumulatively to elements of a list,

Fold[f, x, list]
Fold[f, list]
Fold[f]
Fold[Plus, 0, {1, 2, 3}] → 6

Topics

Related

All 6300 functions · Use this from an MCP client