lua-users home
lua-l archive

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


> I don't understand this.
>> s='abbcd'; return a:match('bb')
> bb

I don't understand neither how an unreferenced global string "a" (most
probably nil) can match the given pattern in the same way the global
"s" string does :-)