mirror of
https://github.com/leafo/moonscript.git
synced 2024-11-22 02:44:23 +00:00
8 lines
100 B
Lua
8 lines
100 B
Lua
local a
|
|
local a, b, c
|
|
local x = 1212
|
|
local something
|
|
something = function()
|
|
local x
|
|
x = 1212
|
|
end |