mirror of
https://github.com/leafo/moonscript.git
synced 2024-11-22 02:44:23 +00:00
49 lines
436 B
Plaintext
49 lines
436 B
Plaintext
|
|
|
|
import hello from yeah
|
|
import hello, world from table["cool"]
|
|
|
|
import a, \b, c from items
|
|
|
|
|
|
import master, \ghost from find "mytable"
|
|
|
|
|
|
a, yumm = 3434, "hello"
|
|
|
|
|
|
_table_0 = 232
|
|
|
|
import something from a table
|
|
|
|
|
|
if indent
|
|
import okay, \well from tables[100]
|
|
|
|
do
|
|
import a, b, c from z
|
|
|
|
do
|
|
import a,
|
|
b, c from z
|
|
|
|
do
|
|
import a
|
|
b
|
|
c from z
|
|
|
|
do
|
|
import
|
|
a
|
|
b
|
|
c from z
|
|
|
|
|
|
do
|
|
import
|
|
a
|
|
b
|
|
c
|
|
from z
|
|
|