;3-5 Functions on sequences ; Adam Nelson ;Chet Tobrey (egs :3.5 (eg '(nth 1 *names*) :of "using nth to get the nth element in a list" :out '(ULYSSES S. GRANT)) (eg '(elt *names* 0) :of "using elt on a list. gets the element at the specified zero-based" :out '(ROBERT E. LEE)) )