.

[?]
Apr 26, 2022, 5:23 AM
M7W3VZ5MKIKP553SGGNFY5IWUTDERVSCOZWFIQ3CEZEHP2YPHCNQC

Dependencies

Change contents

  • edit in mu.lua at line 7
    [3.216][3.216:327]()
    local function gather_results(success, ...)
    local n = select('#', ...)
    return success, { n = n, ... }
    end
  • edit in mu.lua at line 20
    [3.552]
    [2.1]
    -- based on https://github.com/hoelzro/lua-repl
  • edit in mu.lua at line 34
    [2.355]
    [2.355]
    end
    local function gather_results(success, ...)
    local n = select('#', ...)
    return success, { n = n, ... }
  • edit in mu.lua at line 50
    [3.710]
    [2.361]
    -- print value of expression the way Lua 5.3 does it: by prepending 'return' to the line