mirror of
https://github.com/leafo/moonscript.git
synced 2024-11-22 02:44:23 +00:00
19 lines
134 B
Plaintext
19 lines
134 B
Plaintext
|
|
|
|
if false
|
|
true
|
|
true
|
|
true
|
|
true
|
|
print hello
|
|
else
|
|
true
|
|
true
|
|
true
|
|
true
|
|
print "hello world"
|
|
print doesnt.exist
|
|
|
|
|
|
|