Type: function
list-tail( l k, r);
list-tail
An instance of <list>
An instance of <fixnum>
Returns the k-th cdr of a given list. Signals an error if the list is not long enough.