mirror of
https://github.com/leafo/moonscript.git
synced 2024-12-08 01:54:24 +00:00
6 lines
50 B
Lua
6 lines
50 B
Lua
|
local x = {
|
||
|
hello,
|
||
|
(one),
|
||
|
(two),
|
||
|
three()
|
||
|
}
|