retrograde {ranges} [Command]

Reverses the object order in {ranges}. If a {range} is the name of a container, then all its objects are retrograded. Otherwise each explicit {range} is retrograded. retrograde is a destructive operation.

Example:

Retrogade the 1st-5th,60th-End of foo and all of Bar:
Stella [Top-Level]: retrograde foo[1:5,60:*],bar

See Also:

shuffle


Last Modified: 5-Mar-1998