Case statements are now implicitly ended
Created by: huntergoldstein
Changes introduced by this pull request:
- Instead of using
end
to signal the end of a case, case blocks are implicitly ended by either anothercase
statement or the end of thematch
block.
Fixes: Closes #414 (closed)
State: Good to go!
Other: The description of #414 (closed) was "make end optional" but I figure we can just remove it altogether; thoughts?