Re: Break Statements similar to C or C++
- From: Vassil Nikolov <vnikolov+usenet@xxxxxxxxx>
- Date: 31 May 2007 07:32:56 -0400
On 30 May 2007 22:06:28 -0700, "gokul.mano@xxxxxxxxx" <gokul.mano@xxxxxxxxx> said:
| Can we use the return macro for exiting from the while loops also??
You are not asking about Elisp's (Emacs Lisp's) `while' special
form, are you?
Other constructs for iteration that Common Lisp has include (but are
not limited to) DO, DOLIST, and DOTIMES, and RETURN can be used to
exit from any of them.
---Vassil.
--
The truly good code is the obviously correct code.
.
- Follow-Ups:
- Re: Break Statements similar to C or C++
- From: gokul.mano@xxxxxxxxx
- Re: Break Statements similar to C or C++
- References:
- Break Statements similar to C or C++
- From: gokul.mano@xxxxxxxxx
- Re: Break Statements similar to C or C++
- From: mac
- Re: Break Statements similar to C or C++
- From: gokul.mano@xxxxxxxxx
- Break Statements similar to C or C++
- Prev by Date: Re: randomize-list
- Next by Date: Re: Break Statements similar to C or C++
- Previous by thread: Re: Break Statements similar to C or C++
- Next by thread: Re: Break Statements similar to C or C++
- Index(es):
Relevant Pages
|