strcmp warfare

This commit is contained in:
2026-03-18 18:57:06 +01:00
parent 3045a86cd9
commit 23e02652d7
4 changed files with 256 additions and 171 deletions

View File

@@ -256,7 +256,6 @@ local f = assert(load(code, "=bios"))
local thread = coroutine.create(f)
while true do
collectgarbage("collect")
local ok, err = resume(thread)
if not ok then
print(debug.traceback(thread, err))