mirror of
https://github.com/leafo/moonscript.git
synced 2025-01-09 00:04:22 +00:00
7 lines
96 B
Plaintext
7 lines
96 B
Plaintext
-- install moon into global scope
|
|
moon = require "moon"
|
|
for k,v in pairs moon
|
|
_G[k] = v
|
|
moon
|
|
|