function nth
nth names a Common Lisp function which
- takes as arguments a non-negative integer and a list
- returns the element of its list argument which is in the (zero-based) position specified by the first argument
as before define a function which
- takes as argument a list
- uses nth to return a list of the second and fourth elements of its argument