moonscript/spec/error_inputs/second.moon

20 lines
145 B
Plaintext
Raw Normal View History

2011-07-19 06:39:09 +00:00
2013-06-08 07:33:02 +00:00
print = ->
2011-07-19 06:39:09 +00:00
if false
true
true
true
true
print hello
else
true
true
true
true
print "hello world"
print doesnt.exist