mirror of
https://github.com/leafo/moonscript.git
synced 2024-11-22 02:44:23 +00:00
27 lines
252 B
Plaintext
27 lines
252 B
Plaintext
|
|
hello_world = false
|
|
|
|
print = ->
|
|
|
|
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
|
|
|
|
|