Skip to content

Commit

Permalink
[document] Provide context to break analogy (#952)
Browse files Browse the repository at this point in the history
Addresses issue #866.
  • Loading branch information
binji authored Jan 25, 2019
1 parent 10b54a4 commit 89d69c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion document/core/syntax/instructions.rst
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,7 @@ In case of |LOOP| it is a *backward jump* to the beginning of the loop.

.. note::
This enforces *structured control flow*.
Intuitively, a branch targeting a |BLOCK| or |IF| behaves like a :math:`\K{break}` statement,
Intuitively, a branch targeting a |BLOCK| or |IF| behaves like a :math:`\K{break}` statement in most C-like languages,
while a branch targeting a |LOOP| behaves like a :math:`\K{continue}` statement.

Branch instructions come in several flavors:
Expand Down

0 comments on commit 89d69c4

Please sign in to comment.