moonscript/spec/error_inputs/first.moon

27 lines
252 B
Plaintext
Raw Normal View History

2011-07-19 06:39:09 +00:00
hello_world = false
2013-06-08 07:33:02 +00:00
print = ->
2011-07-19 06:39:09 +00:00
if hello_world
print "sackman"
x = 5 + 5
print something.what
if hello_world
print 343434
print bott.dady
if not hello_world
if true
x = 5+2
x = 5+2
x = 5+2
if true
print what.heck