On Sat, Feb 27, 2016 at 1:21 PM, Mark Wieder <mwie...@ahsoftware.net> wrote:
> What I'd rather see, and I think Robert Calliau has suggested this before, > is the ability to have named loops. Then you could exit from a loop by > specifying its name. > Yes; this is how modern Fortran does it. It has the advantage over "break 3" that if you add or eliminate a loop, it an still exit the intended loop. At the moment, I need to tag my "end repeat"s as you do here; even better would be "end repeat looppyloop", so that mismatches would throw errors. -- Dr. Richard E. Hawkins, Esq. (702) 508-8462 _______________________________________________ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-livecode