moonscript/tests/inputs/export.moon
2011-11-06 22:29:39 -08:00

41 lines
321 B
Plaintext

What = if this
232
else
4343
export a,b,c
a,b,c,d = "hello"
export ^
another = 3434
Another = 7890
if inner then Yeah = "10000"
What = if this
232
else
4343
export *
What = if this
232
else
4343
x,y,z = 1,2,3
y = ->
hallo = 3434
with tmp
j = 2000
export a,b,c = 223, 343
export cool = "dad"