lua-users home
lua-l archive

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


On Wed, Jan 13, 2010 at 8:54 AM, Mark Hamburg <mark@grubmah.com> wrote:
> Yeah, Lua has no continue statement. Sometimes it is annoying.

Today I find it annoying that there's no 'goto' ;)

Yes, I know, evil of evils, but useful when you have to be _fast_.
(Hit this one trying to do lookahead with the token filter patch)

steve d.