Skip to content

Commit

Permalink
Add tl;dr to the article.
Browse files Browse the repository at this point in the history
  • Loading branch information
FeepingCreature committed Oct 7, 2023
1 parent db373f1 commit afc7d76
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions doc/sphinx/breakelse.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
`breakelse`: When Compiler Developers Get Bored
===============================================

Tl;dr: `breakelse` is a new keyword that jumps directly to the `else` block of an `if` statement.
With a bit of syntax sugar, this gives a novel alternative to conditional-access operators.

Good morning, internet! In programming languages, it's a common issue that we want to both *test* a value
and *use* the value.

Expand Down

0 comments on commit afc7d76

Please sign in to comment.