Legacy Documentation

Mathematica® Teacher's Edition (2002)

This is documentation for an obsolete product.
Current products and services
 Documentation /  Mathematica Teacher's Edition /  Built-in Functions /  Programming /  Functional Programming /

ComposeList

FilledSmallSquare ComposeList[, , ... , x] generates a list of the form x, [x], [[x]], ... .

FilledSmallSquare Example: ComposeList[a, b, c, x]LongRightArrow.
FilledSmallSquare See The Mathematica Book on the web: Section 2.2.6.
FilledSmallSquare See also: NestList, FoldList, NestWhileList.