lua-users home
lua-l archive

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


On Saturday, May 18, 2013 02:15:48 AM Dirk Laurie wrote:
> The way I read the Lua syntax table, any string which fails
> to match one of
>    {"^%s*[A-Za-z_;%(]",   "^%s*%-%-",   "%s*::"}
> cannot be a valid Lua chunk. Is this correct?

Also "^%s*$"

-- 
tom <telliamed@whoopdedo.org>