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