moonscript/tests/inputs/export.moon

41 lines
321 B
Plaintext
Raw Normal View History

2011-10-09 09:00:25 +00:00
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
2011-11-07 06:29:39 +00:00
export a,b,c = 223, 343
export cool = "dad"