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

20 lines
145 B
Plaintext

print = ->
if false
true
true
true
true
print hello
else
true
true
true
true
print "hello world"
print doesnt.exist