Re: Break Statements similar to C or C++



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

see http://www.gigamonkeys.com/book/loop-for-black-belts.html

-- Mac

.