Skip to content

Case statements are now implicitly ended

Michael Aaron Murphy requested to merge huntergoldstein:case_no_end into master

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 another case statement or the end of the match 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?

Merge request reports