mirror of
https://github.com/leafo/moonscript.git
synced 2025-01-09 00:04:22 +00:00
30 lines
616 B
Lua
30 lines
616 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
|
||
|
a = 3434
|
||
|
local yumm = "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
|