lua-users home
lua-l archive

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


> is there a compelling reason for such limitation?

Size and complexity. If you want to do complex pattern matching with full RE,
then you can add it as an external libraries (and there are a few for Lua).

> I found myself wishing to have a continue keyword [...]
> can't recall an official reason why it isn't in the language.

Lua evolves by answering "why?" not "why not?".
--lhf