Subject: Re: Style question
From: rpw3@rpw3.org (Rob Warnock)
Date: Sun, 04 Dec 2005 04:18:14 -0600
Newsgroups: comp.lang.lisp
Message-ID: <R5SdnaXe6fP7Xw_eRVn-tQ@speakeasy.net>
Edi Weitz <spamtrap@agharta.de> wrote: +--------------- | "micromoog" <micromoog@gmail.com> wrote: | >> (format t "Too ~a, try again: " (if (> guess num) "high" "low")) | > | > I thought there should be a more elegant way to do this. | | (format t "Too ~:[low~;high~], try again: " (> guess num)) +--------------- Yes, I pointed that out, in my point #3 [which OP didn't quote]. -Rob ----- Rob Warnock <rpw3@rpw3.org> 627 26th Avenue <URL:http://rpw3.org/> San Mateo, CA 94403 (650)572-2607