On Jan 13, 2010, at 9:18 PM, Joshua Jensen wrote:
I'm assuming (from the recent message referring to 'continue') that Lua 5.2 does not have a continue keyword? I use continue almost every time I write a script, and it would sure be nice to have it an integral part of the language. The continue patch works fantastic for me.
While I understand that the phrasing can be noticeably prettier and easier to maintain in some circumstances, is there something "if condition then continue end" does that "if not condition then rest_of_loop end" can't?