Subject: Re: sequence questions From: Erik Naggum <erik@naggum.no> Date: 1999/07/27 Newsgroups: comp.lang.lisp Message-ID: <3142072609564939@naggum.no> * gores@sip.medizin.uni-ulm.de (kp gores) | isn't subseq supposed to give me the subsequence starting at 3rd element | to the 5th?? START and END arguments extract (or cause the function apply to) elements whose index, i, satisfies START <= i < END. this does perhaps make more sense if you consider the default, that END = NIL means the length of the sequence. #:Erik -- suppose we blasted all politicians into space. would the SETI project find even one of them?