Skip to content

Commit

Permalink
add example with multiple ifs
Browse files Browse the repository at this point in the history
  • Loading branch information
janmasrovira committed Jul 3, 2024
1 parent 031e8e1 commit b06f092
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/positive/Format.juvix
Original file line number Diff line number Diff line change
Expand Up @@ -438,6 +438,7 @@ module SideIfConditions;
case 12 of
| zero
| if 0 < 0 := 3
| if 0 > 0 := 6
| else := 4
| suc (suc n)
| if 0 < 0 := 3
Expand Down

0 comments on commit b06f092

Please sign in to comment.