Re: exiting deep nested loops
- Posted by Euler German <efgerman at myrealbox.com> Feb 17, 2002
- 455 views
Agreed, though it looks more like a trick than a feature. I don't think exit (n) would be so *hard* to do. Besides that, it'll be used right where it's needed not somewhere else. -- Euler On 17 Feb 2002, at 15:13, Bernie Ryan wrote: > > > If you have deep nested loops just > simply enclose the loop in a procedure > and just do a return to break out. This > also allows you to use multiple exit points. > That doesn't require changing the interpeter. > > Bernie > > > >