Skip to content

Add support for read-only Environment #3

@TheModMaker

Description

@TheModMaker

It may be useful to define the global environment as read-only. Such that it is not possible to create/modify any global variables. This will not effect locals.

-- Not allowed:
my_global = 12
-- Locals ok
local my_local = 12
-- Calling functions is allowed
foobar()

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions