moonscript/spec/inputs/unless_else.moon
2016-09-25 14:07:41 -07:00

6 lines
61 B
Plaintext

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