Skip to content
Snippets Groups Projects
Commit 1712a97a authored by Konstantin Osipov's avatar Konstantin Osipov
Browse files

gh-959: strict.lua

Implement 'strict' module, which prohibits use of undeclared global
variables.

require('strict').on() turns strict mode on
require('strict').off turns strict mode off

Turn strict on by default in debug build, off in release builds.
parent 4e3867fe
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment