lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


David Kastrup wrote:
> Mike Pall <mikelu-1107@mike.de> writes:
> > I do not see how that's different from doing it with a while loop.
> > You'd need to nest them and close them with 'end' as well.
> 
> No, you need just a single loop at a time that can deal with dozens of
> "break" in there.

Sure. But is that a realistic use case? If the VLIW code is
generated from typical code in a high-level language, I doubt
you'd see more than a handful of these. Nesting (say) 100
if/then/else is no problem.

--Mike