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 /  Lists and Matrices /  List Testing /

Length

FilledSmallSquare Length[expr] gives the number of elements in expr.

FilledSmallSquare See The Mathematica Book on the web: Section 1.4.8, Section 1.8.3 and Section 2.1.5.
FilledSmallSquare Length[expr] returns 0 whenever AtomQ[expr] is True.
FilledSmallSquare See also: LeafCount, ByteCount.