More work on console I/O and minor fixes
This commit is contained in:
@@ -12,13 +12,6 @@
|
||||
|
||||
#include "luastack.hpp"
|
||||
|
||||
// table_clear
|
||||
//
|
||||
// Remove all key/value pairs from the table. Does not remove
|
||||
// the metatable.
|
||||
//
|
||||
void table_clear(LuaStack &LS0, LuaSlot tab);
|
||||
|
||||
// table_equal
|
||||
//
|
||||
// True if two tables contain the same key/value pairs.
|
||||
|
||||
Reference in New Issue
Block a user