moonscript/spec/error_inputs/third.moon
2013-06-08 00:33:02 -07:00

21 lines
302 B
Plaintext

print = ->
if (->
print "hello world"
print "who is this")
true
true
true
true
print dead.world
print "okay now"
print "this is wrong"
print "this is wrong"
print "this is wrong"
print "this is wrong"
print "this is wrong"
print "this is wrong"
print "this is wrong"