lua-l archive
[
Date Prev
][
Date Next
][
Thread Prev
][
Thread Next
] [
Date Index
] [
Thread Index
]
Subject
:
Re: should we add a name for global std-function.
From
: Pierre-Yves Gérardy <pygy79@
...
>
Date
: Fri, 10 Dec 2010 11:59:39 +0100
On Fri, Dec 10, 2010 at 04:56, Miles Bader
<
miles@gnu.org
>
wrote:
do
local _ENV = setmetatable ({}, {__index = _G})
...
end
Almost:
do
local _ENV = setmetatable ({}, {__index = _ENV})
...
end
-- Pierre-Yves
References
:
should we add a name for global std-function.
,
starwing
Re: should we add a name for global std-function.
,
Geoff Leyland
Re: should we add a name for global std-function.
,
starwing
Re: should we add a name for global std-function.
,
Miles Bader
Prev by Date:
Re: [ANN] stdlib release 16 released
Next by Date:
Re: [ANN] Tir 0.8, With OSX Support
Previous by thread:
Re: should we add a name for global std-function.
Next by thread:
luaInterface2 and luaSQL
Index(es):
Date
Thread