list.reverse

Syntax

lout := list.reverse(lin)

Returns a copy of list lin with the entries in reverse order.

Returns:lout - a copy of lin with the entries in reverse order.
Arguments:lin - the list to reverse.