mirror of
https://github.com/leafo/moonscript.git
synced 2024-11-22 02:44:23 +00:00
30 lines
621 B
Lua
30 lines
621 B
Lua
local hello = yeah.hello
|
|
local hello, world
|
|
do
|
|
local _table_0 = table["cool"]
|
|
hello = _table_0.hello
|
|
world = _table_0.world
|
|
end
|
|
local a, b, c = items.a, moon.bind(items.b, items), items.c
|
|
local master, ghost
|
|
do
|
|
local _table_0 = find("mytable")
|
|
master = _table_0.master
|
|
ghost = moon.bind(_table_0.ghost, _table_0)
|
|
end
|
|
local yumm
|
|
a, yumm = 3434, "hello"
|
|
local _table_0 = 232
|
|
local something
|
|
do
|
|
local _table_1 = a(table)
|
|
something = _table_1.something
|
|
end
|
|
if indent then
|
|
local okay, well
|
|
do
|
|
local _table_1 = tables[100]
|
|
okay = _table_1.okay
|
|
well = moon.bind(_table_1.well, _table_1)
|
|
end
|
|
end |