moonscript/tests/inputs/with.moon
2011-06-22 23:45:03 -07:00

23 lines
254 B
Plaintext

a = ->
with something
print .hello
print hi
print "world"
with leaf
.world!
.world 1,2,3
g = .what.is.this
.hi 1,2,3
\hi(1,2).world 2323
\hi "yeah", "man"
.world = 200
zyzyzy = with something
.set_state "hello world"