mirror of
https://github.com/leafo/moonscript.git
synced 2024-11-22 02:44:23 +00:00
31 lines
367 B
Lua
31 lines
367 B
Lua
|
local What
|
||
|
if this then
|
||
|
What = 232
|
||
|
else
|
||
|
What = 4343
|
||
|
end
|
||
|
local d
|
||
|
a, b, c, d = "hello"
|
||
|
local another = 3434
|
||
|
Another = 7890
|
||
|
if inner then
|
||
|
local Yeah = "10000"
|
||
|
end
|
||
|
if this then
|
||
|
What = 232
|
||
|
else
|
||
|
What = 4343
|
||
|
end
|
||
|
if this then
|
||
|
What = 232
|
||
|
else
|
||
|
What = 4343
|
||
|
end
|
||
|
x, y, z = 1, 2, 3
|
||
|
y = function()
|
||
|
local hallo = 3434
|
||
|
end
|
||
|
do
|
||
|
local _with_0 = tmp
|
||
|
local j = 2000
|
||
|
end
|