list-tail

Name

list-tail -- Returns the k-th cdr of a list.

Type: function

Synopsis

list-tail( l k, r);

Arguments

l

An instance of <list>

k

An instance of <fixnum>

Return Values

r

An instance of <list>

Description

Returns the k-th cdr of a given list. Signals an error if the list is not long enough.