lua-users home
lua-l archive

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


On Apr 29, 2013, at 9:14 PM, Dirk Laurie <dirk.laurie@gmail.com> wrote:

> 2013/4/29 Petite Abeille <petite.abeille@gmail.com>:
> 
>> Isn't there enough information in 'luac -p -l' to distinguish between various access? Or?
> 
> Also available in the latest lbci.

Hmmm… test.lua?

As per http://www.tecgraf.puc-rio.br/~lhf/ftp/lua/5.2/lbci.tar.gz ?

$ lua test.lua TestGlobal.lua

…
globals
	TestGlobal.lua	4	GET 	_NAME
	TestGlobal.lua	5	GET 	Foo
…

So I guess not.