lua-users home
lua-l archive

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


On Wed, Dec 1, 2010 at 12:51 AM, John Labenski <jlabenski@gmail.com> wrote:
> but what about refs to locals?

a variable can be local.  a value doesn't have scope.

refs refer to values, not variables

-- 
Javier