lua-users home
lua-l archive

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


>I have this LuaAuxFunctions.pdf from November 27th, 1998.
>It covers the laux functions for Lua 3.1 ...
>
>Where can I find the 4.0 version of this documentation?
>(or the latest 4.1w4 stuff)

No documentation for lauxlib exists. On the other hand, it's not that
complicated. See the code for the standard libraries for examples of the
use lauxlib (look for luaL).
--lhf