More work on console I/O and minor fixes

This commit is contained in:
2021-10-25 14:47:37 -04:00
parent b5d62d3991
commit 9a02f408b0
13 changed files with 122 additions and 78 deletions

View File

@@ -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.