From ... From: Erik Naggum Subject: Re: accessing second return value off of read-from-string Date: 1996/05/30 Message-ID: <3042464163910489@arcana.naggum.no>#1/1 X-Deja-AN: 157572313 references: <4ok5au$rpq@sdcc12.ucsd.edu> organization: Naggum Software; +47 2295 0313 newsgroups: comp.lang.lisp [Augustin Chan] | read-from-string returns 2 values, how do you access the second one? | We tried passing the read-from-string with parameters to another | function in order to access the 2 values, but that didn't seem to work. see `nth-value' if you only want the second value. -- sometimes a .sig is just a .sig