Lots of work on LuaStack

This commit is contained in:
2020-11-27 13:21:07 -05:00
parent f690fb147b
commit 455ba5df87
19 changed files with 715 additions and 527 deletions

View File

@@ -333,7 +333,7 @@ function inspect.inspect(root, options)
return table.concat(inspector.buffer)
end
function inspect.iprint(...)
function inspect.pprint(...)
local n = select("#", ...)
for i = 1,n do
local v = select(i, ...)
@@ -341,4 +341,4 @@ function inspect.iprint(...)
end
end
_G.iprint = inspect.iprint
_G.pprint = inspect.pprint