lua-users home
lua-l archive

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


On Wed, 24 Nov 2010 12:35:00 +0200, steve donovan <steve.j.donovan@gmail.com> wrote:

Fair enough; is the problem here that we are using strange symbols?
Would an explicit lambda keyword help?

Existing 'return' keyword is good enough:

s:gsub("_(%l)", return ...:upper())