Skip to content
This repository was archived by the owner on Apr 25, 2025. It is now read-only.

Adds explanatory prose related to delegate. #246

Merged
merged 5 commits into from
Feb 23, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions document/core/syntax/instructions.rst
Original file line number Diff line number Diff line change
Expand Up @@ -694,8 +694,8 @@ In case of |BLOCK| or |IF| it is a *forward jump*,
resuming execution after the matching |END|.
In case of |LOOP| it is a *backward jump* to the beginning of the loop.

.. todo::
Add prose for try-delegate's jump.
When |TRY|--|DELEGATE| handles an exception, it also behaves similar to a forward jump,
effectively rethrowing the caught exception right before the matching |END|.

.. note::
This enforces *structured control flow*.
Expand Down