[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: get_local() and "(for index/limit/stop)"
- From: "Adam D. Moss" <adam@...>
- Date: Fri, 17 Sep 2004 13:24:50 +0100
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