moonscript/spec/inputs/unless_else.moon

6 lines
55 B
Plaintext
Raw Normal View History

2016-03-31 09:38:56 +00:00
if a
unless b
print "hi"
elseif c
print "not hi"