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