Skip to content
Open
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 docs/control-flow/leave-stmt.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,14 @@ license: |
limitations under the License.
---

Terminates the execution of an iteration of a looping statement and continues with the next iteration if the looping condition is met.
Terminates the execution of an iteration of a looping statement and exits the loop.

This statement may only be used within a [compound statement](compound-stmt.html).

## Syntax

```
ITERATE label
LEAVE label
```

## Parameters
Expand Down