lua-users home
lua-l archive

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


Say I've got two Lua state objects:

lua_State *L1, *L2;

Easy there an easy way of copying stack values L1 to L2 through C 
code?