2013-06-10 23:12:26 +00:00
|
|
|
do
|
|
|
|
local a
|
|
|
|
a = function()
|
|
|
|
do
|
|
|
|
local _with_0 = something
|
|
|
|
print(_with_0.hello)
|
|
|
|
print(hi)
|
|
|
|
print("world")
|
|
|
|
return _with_0
|
|
|
|
end
|
|
|
|
end
|
|
|
|
end
|
|
|
|
do
|
|
|
|
do
|
|
|
|
local _with_0 = leaf
|
|
|
|
_with_0.world()
|
|
|
|
_with_0.world(1, 2, 3)
|
|
|
|
local g = _with_0.what.is.this
|
|
|
|
_with_0.hi(1, 2, 3)
|
|
|
|
_with_0:hi(1, 2).world(2323)
|
|
|
|
_with_0:hi("yeah", "man")
|
|
|
|
_with_0.world = 200
|
|
|
|
end
|
|
|
|
end
|
|
|
|
do
|
|
|
|
local zyzyzy
|
2011-06-22 02:38:07 +00:00
|
|
|
do
|
|
|
|
local _with_0 = something
|
2013-06-10 23:12:26 +00:00
|
|
|
_with_0.set_state("hello world")
|
|
|
|
zyzyzy = _with_0
|
2011-06-22 02:38:07 +00:00
|
|
|
end
|
|
|
|
end
|
|
|
|
do
|
2013-06-10 23:12:26 +00:00
|
|
|
local x = 5 + (function()
|
|
|
|
do
|
|
|
|
local _with_0 = Something()
|
|
|
|
_with_0:write("hello world")
|
|
|
|
return _with_0
|
|
|
|
end
|
|
|
|
end)()
|
2011-06-22 02:38:07 +00:00
|
|
|
end
|
|
|
|
do
|
2013-06-10 23:12:26 +00:00
|
|
|
local x = {
|
|
|
|
hello = (function()
|
|
|
|
do
|
|
|
|
local _with_0 = yeah
|
|
|
|
_with_0:okay()
|
|
|
|
return _with_0
|
|
|
|
end
|
|
|
|
end)()
|
|
|
|
}
|
2011-07-17 00:14:57 +00:00
|
|
|
end
|
2013-06-10 23:12:26 +00:00
|
|
|
do
|
2011-07-17 00:14:57 +00:00
|
|
|
do
|
2013-06-10 23:12:26 +00:00
|
|
|
local _with_0 = foo
|
|
|
|
local _ = _with_0:prop("something").hello
|
|
|
|
_with_0.prop:send(one)
|
|
|
|
_with_0.prop:send(one)
|
|
|
|
end
|
|
|
|
end
|
|
|
|
do
|
|
|
|
do
|
|
|
|
local _with_0 = a, b
|
|
|
|
print(_with_0.world)
|
|
|
|
end
|
|
|
|
local mod
|
|
|
|
do
|
|
|
|
local _M = { }
|
|
|
|
_M.Thing = "hi"
|
|
|
|
mod = _M
|
|
|
|
end
|
|
|
|
do
|
|
|
|
local a, b = something, pooh
|
|
|
|
print(a.world)
|
|
|
|
end
|
|
|
|
local x
|
|
|
|
do
|
|
|
|
local a, b = 1, 2
|
|
|
|
print(a + b)
|
|
|
|
x = a
|
2011-07-17 00:14:57 +00:00
|
|
|
end
|
2013-06-10 23:12:26 +00:00
|
|
|
print((function()
|
2011-07-17 00:14:57 +00:00
|
|
|
do
|
2013-06-10 23:12:26 +00:00
|
|
|
local a, b = 1, 2
|
|
|
|
print(a + b)
|
|
|
|
return a
|
2011-07-17 00:14:57 +00:00
|
|
|
end
|
2013-06-10 23:12:26 +00:00
|
|
|
end)())
|
|
|
|
local p
|
|
|
|
do
|
|
|
|
local _with_0 = 1
|
|
|
|
hello().x, world().y = _with_0, 2
|
|
|
|
print(a + b)
|
|
|
|
p = _with_0
|
|
|
|
end
|
|
|
|
end
|
2011-11-02 02:54:13 +00:00
|
|
|
do
|
2013-06-10 23:12:26 +00:00
|
|
|
local x = "hello"
|
|
|
|
do
|
|
|
|
x:upper()
|
|
|
|
end
|
2012-11-01 14:27:52 +00:00
|
|
|
end
|
|
|
|
do
|
2013-06-10 23:12:26 +00:00
|
|
|
do
|
|
|
|
local k = "jo"
|
|
|
|
print(k:upper())
|
|
|
|
end
|
2012-11-01 14:27:52 +00:00
|
|
|
end
|
|
|
|
do
|
2013-06-10 23:12:26 +00:00
|
|
|
do
|
|
|
|
local a, b, c = "", "", ""
|
|
|
|
print(a:upper())
|
|
|
|
end
|
2012-11-01 14:27:52 +00:00
|
|
|
end
|
|
|
|
do
|
2013-06-10 23:12:26 +00:00
|
|
|
local a = "bunk"
|
|
|
|
do
|
|
|
|
local b, c
|
|
|
|
a, b, c = "", "", ""
|
|
|
|
print(a:upper())
|
|
|
|
end
|
2012-11-01 14:27:52 +00:00
|
|
|
end
|
|
|
|
do
|
2013-06-10 23:12:26 +00:00
|
|
|
do
|
|
|
|
local _with_0 = j
|
|
|
|
print(_with_0:upper())
|
|
|
|
end
|
2012-11-01 14:27:52 +00:00
|
|
|
end
|
2013-06-10 23:12:26 +00:00
|
|
|
do
|
2012-11-01 14:27:52 +00:00
|
|
|
do
|
2013-06-10 23:12:26 +00:00
|
|
|
local _with_0 = "jo"
|
|
|
|
k.j = _with_0
|
|
|
|
print(_with_0:upper())
|
2015-09-05 15:01:28 +00:00
|
|
|
end
|
|
|
|
end
|
|
|
|
do
|
|
|
|
do
|
|
|
|
local _with_0 = a
|
|
|
|
print(_with_0.b)
|
|
|
|
do
|
|
|
|
local _with_1 = _with_0.c
|
|
|
|
print(_with_1.d)
|
|
|
|
end
|
|
|
|
end
|
|
|
|
end
|
|
|
|
do
|
|
|
|
do
|
|
|
|
local _with_0 = a
|
|
|
|
do
|
|
|
|
local _with_1 = 2
|
|
|
|
_with_0.b = _with_1
|
|
|
|
print(_with_1.c)
|
|
|
|
end
|
2015-09-27 04:16:02 +00:00
|
|
|
end
|
|
|
|
end
|
|
|
|
do
|
|
|
|
return function()
|
|
|
|
do
|
|
|
|
local _with_0 = hi
|
|
|
|
return _with_0.a, _with_0.b
|
|
|
|
end
|
2012-11-01 14:27:52 +00:00
|
|
|
end
|
2011-11-02 02:54:13 +00:00
|
|
|
end
|