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 Operations /

RotateLeft

FilledSmallSquare RotateLeft[expr, n] cycles the elements in expr n positions to the left.
FilledSmallSquare RotateLeft[expr] cycles one position to the left.
FilledSmallSquare RotateLeft[expr, , , ... ] cycles elements at successive levels positions to the left.

FilledSmallSquare Example: RotateLeft[a, b, c, 1]LongRightArrow.
FilledSmallSquare RotateLeft[expr, -n] rotates n positions to the right.
FilledSmallSquare See The Mathematica Book on the web: Section 1.8.9 and Section 1.8.14.
FilledSmallSquare See also: RotateRight, Reverse.