moonscript/spec/inputs/import.moon
2013-06-07 23:14:08 -07:00

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