moonscript/tests/outputs/export.lua

33 lines
399 B
Lua
Raw Normal View History

2011-10-09 09:00:25 +00:00
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
2011-11-07 06:29:39 +00:00
end
a, b, c = 223, 343
cool = "dad"