Created
July 31, 2018 10:56
-
-
Save DarkWiiPlayer/10a81d43478355cca845806f2e3446ca to your computer and use it in GitHub Desktop.
Moonscript Bug
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
env = do | |
local env | |
env = _ENV | |
setmetatable {}, { | |
__index: (key) => | |
env[key] or (...) -> | |
@.tag(key, ...) | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment