mirror of
https://github.com/leafo/moonscript.git
synced 2024-11-22 02:44:23 +00:00
20 lines
145 B
Plaintext
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
|
|
|
|
|
|
|