M7W3VZ5MKIKP553SGGNFY5IWUTDERVSCOZWFIQ3CEZEHP2YPHCNQC
QCLPIXMPLROY7BL45MSJCAOMWKPRI4AWW4WVHDWUVVSOHZS3ILNQC
6IQOBYPTFCFTELRMXTR6RC4R7VVOYL7RZ5YLFQM7RZF6Q26CONSQC
R5QXEHUIZLELJGGCZAE7ATNS3CLRJ7JFRENMGH4XXH24C5WABZDQC
local function gather_results(success, ...) local n = select('#', ...) return success, { n = n, ... }end
local function gather_results(success, ...)
local n = select('#', ...)
return success, { n = n, ... }
end
-- based on https://github.com/hoelzro/lua-repl
endlocal function gather_results(success, ...) local n = select('#', ...) return success, { n = n, ... }
-- print value of expression the way Lua 5.3 does it: by prepending 'return' to the line