reverse

Name

reverse -- Returns the reverse of a list.

Type: function

Synopsis

reverse( l, r);

Arguments

l

An instance of <list>

Return Values

r

An instance of <list>

Description

Returns a new list which is the reverse of the given list. Signals an error if l is not a proper list.