aboutsummaryrefslogtreecommitdiff
path: root/spec/inputs/unless_else.moon
blob: fe96c0bdde3121c3a2bd1f7faf7240ee55c604d7 (plain)
1
2
3
4
5
if a
  unless b
    print "hi"
  elseif c
    print "not hi"