lua-users home
lua-l archive

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


On Thursday 22 April 2004 14:36, Fabricio de Alexandria wrote:
> Hi everyone,
>
>
> I was developing scripts in Lua 5 and now I have to make them work with
> Lua 4 version. I'm using _G variable and I don't know the equivalent in
> Lua 4.

globals()

-- Jamie Webb