lua-users home
lua-l archive

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


>>I also miss, even more than for loops, break and continue as in C.
>> I have already discussed the matter briefly with Roberto and he has
>> some neat ideas on the subject. Since we are discussing about
>> possibilities for the next version, why not discuss this also?

One suggestion on the subject would be an extension to the C "break": a
statement such as "break all" to exit all imbricated loops in just one
operation.

Philippe