lua-users home
lua-l archive

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


>does this mean i can do a call (using lua_call) from my C++ program into
>lua's string.dump function to 'dump' out the binary of that function?

Yes, but it's simpler to use lua_dump...
--lhf