moonscript/tests/inputs/export.moon

45 lines
360 B
Plaintext

export a,b,c = 223, 343
export cool = "dad"
export class Something
umm: "cool"
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