Subject: Re: a noob question
From: rpw3@rpw3.org (Rob Warnock)
Date: Wed, 26 Jan 2005 04:46:16 -0600
Newsgroups: comp.lang.lisp
Message-ID: <m86dnacrGNdl6WrcRVn-1w@speakeasy.net>
Fred Gilham  <gilham@snapdragon.csl.sri.com> wrote:
+---------------
| I wrote:
| >     ((> symbol3 10) (incf symbol1) (values symbol1 symbol2)); End test
| >                                                             ; and two
| return forms.
| 
| Of course, only the second form, the values form, actually returns
| here.  These are "end forms" not "return forms".
+---------------

And of course, the "(incf symbol1)" will
blow up, since "symbol1" was bound to NIL.  ;-}  ;-}


-Rob

-----
Rob Warnock			<rpw3@rpw3.org>
627 26th Avenue			<URL:http://rpw3.org/>
San Mateo, CA 94403		(650)572-2607