We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c19a7fd commit c024c83Copy full SHA for c024c83
spec/inputs/unless_else.moon
@@ -1,5 +1,5 @@
1
if a
2
- unless b
3
- print "hi"
4
- elseif c
5
- print "not hi"
+ unless b
+ print "hi"
+ elseif c
+ print "not hi"
0 commit comments