lua-users home
lua-l archive

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


2013/5/18 TNHarris <telliamed@whoopdedo.org>:
> 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*$"
>

Aha. My message and my subject did not match. :-(