Re: A stupid question
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: A stupid question
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: 2008年3月31日 14:48:15 -0300
> i think 'upvalue' is a misleading term. it's just a local variable,
> local to the do...end block and not to either of the functions. (of
> course that block exists inside the chunk's function).
We have also used the term 'external local variable' instead of 'upvalue'.
See for instance the HOPL paper.