Re: Break Statements similar to C or C++



"gokul.mano@xxxxxxxxx" <gokul.mano@xxxxxxxxx> writes:

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.

The it'd be better to ask in news:comp.emacs or news:gnu.emacs.help


--
A: Because it messes up the order in which people normally read text.
Q: Why is top-posting such a bad thing?
A: Top-posting.
Q: What is the most annoying thing on usenet and in e-mail?
----------> http://www.netmeister.org/news/learn2quote.html <-----------
---> http://homepage.ntlworld.com/g.mccaughan/g/remarks/uquote.html <---

__Pascal Bourguignon__ http://www.informatimago.com/
.



Relevant Pages