Type: function
reverse( l, r);
reverse
An instance of <list>
Returns a new list which is the reverse of the given list. Signals an error if l is not a proper list.