moonscript/tests/inputs/export.moon
2011-10-09 02:00:25 -07:00

38 lines
276 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