lua-users home
lua-l archive

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


>       local second = false

Oops, that should be `local c = false` (or you could just skip this line
entirely).