lua-l archive
[
Date Prev
][
Date Next
][
Thread Prev
][
Thread Next
] [
Date Index
] [
Thread Index
]
Subject
:
namespace blues
From
: klaas.decanniere@
...
Date
: Fri, 17 Apr 2015 11:16:04 +0200 (CEST)
Lua 5.1 (on windows, if it matters)
z = {}
z.z = {}
works
local z={}
z.z = {}
does not work
stdin:1: attempt to index global 'z' (a nil value)
stack traceback:
stdin:1: in main chunk
[C]: ?
What is happening?
Thanks
Klaas
Follow-Ups
:
Re: namespace blues
,
Pierre Chapuis
Re: namespace blues
,
Dirk Laurie
Prev by Date:
Re: need help: some features of Lua don't fit well together
Next by Date:
Re: namespace blues
Previous by thread:
Re: [PoC] Tables aren't Lua's only data structure.
Next by thread:
Re: namespace blues
Index(es):
Date
Thread