moonscript/spec/inputs/unless_else.moon
2016-03-31 18:38:56 +09:00

6 lines
55 B
Plaintext

if a
unless b
print "hi"
elseif c
print "not hi"