melt/Script/test.melt

7 lines
73 B
Plaintext

y = if x is 6:
print "yes"
print "test"
else
print "no"
print "test"