Re: Break Statements similar to C or C++



On May 31, 7:58 am, mac <email...@xxxxxxxxx> wrote:
On May 30, 9:31 pm, "gokul.m...@xxxxxxxxx" <gokul.m...@xxxxxxxxx>
wrote:

Is there any function to break from a loop as we have break in C or C+
+.

If you are talking about the loop macro there's a (return) clause

Actually this is confusing several things into one. There is CL:RETURN
(and CL:RETURN-FROM)
and there is a RETURN clause in LOOP.

.