[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Is it valid to ref a function/table/userdata in a coroutine?
- From: Javier Guerra Giraldez <javier@...>
- Date: Wed, 1 Dec 2010 01:03:33 -0500
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