> 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 :-)