moonscript/spec/inputs/unless_else.moon

6 lines
61 B
Plaintext
Raw Permalink Normal View History

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