lua-users home
lua-l archive

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


On Sun, Mar 23, 2014 at 8:10 PM, Luiz Henrique de Figueiredo
<lhf@tecgraf.puc-rio.br> wrote:
>> Most common breakage seem to be (%d+) captures.

I believe the meaning was:

> = string.match("5", "%d")+1

produces 6 due to coercion but would cause an error if coercion is removed.

-- 
Patrick Donnelly