lua-users home
lua-l archive

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


On Wed, 9 Jan 2002, yonghichoi wrote:

> I'm a newbie Lua user.
> I downloaded Lua4.1 snapshot and compiled in cygwin/mingw.
> It worked. And it runs faster.
>
> But I found that in Lua 4.1 there are no tag methods (newtag,
> settag, settagmethod.) What's wrong?

Maybe you should get Lua 4.0. That is the latest "official" version, and
it has full documentation. Lua4.1 is still very experimental, and many
of its new features are not documented yet.

-- Roberto