Skip to content

loadtable() #138

Description

@aldum
function loadtable(filename)
  local env = { }
  local chunk = assert(loadfile(filename))
  setfenv(chunk, env)
  chunk()
  return env
end

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    Status
    Backlog

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions