lua-users home
lua-l archive

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



Does anyone actually use variables called _ for any real purpose, and if so, why?

I am (or was) about to use a function called _ for i18n of strings in lua code, as this is also used by gettext for such a purpose for i18n in C and I didn't want to use two different conventions (but can live with doing so).

--Adam