mirror of
https://github.com/leafo/moonscript.git
synced 2025-01-09 00:04:22 +00:00
14 lines
252 B
Lua
14 lines
252 B
Lua
local _ = function()
|
|
local joop = 2302
|
|
return function(hi)
|
|
local d = 100
|
|
hi = 1021
|
|
local a, b, c = 1, 2, 3
|
|
d = 4
|
|
hello[232], (5 + 5)[121] = 100, 200
|
|
local hello = 300
|
|
x[99] = nil
|
|
joop = 12
|
|
end
|
|
end
|
|
local joop = 2345 |