Re: Break Statements similar to C or C++
- From: "gokul.mano@xxxxxxxxx" <gokul.mano@xxxxxxxxx>
- Date: 31 May 2007 04:41:49 -0700
Yes. I am working in elisp only.
Vassil Nikolov wrote:
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: Pascal Bourguignon
- 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
- Re: Break Statements similar to C or C++
- From: Vassil Nikolov
- Break Statements similar to C or C++
- Prev by Date: Re: Break Statements similar to C or C++
- 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
|