lua-users home
lua-l archive

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


>With regard to the odd limitation on Break and Return, I think this is
>because Return can (but need not) take an argument, making determination of
>parsing termination difficult. Why it applies to Break I don't know :-(.

You're right about "return". The limitation on "break" is because we wanted to
leave the possibility of adding break labels in the future (although I don't
think we will).
--lhf