What it does
Stops the innermost active loop immediately and jumps to the After loop block.Tips
- Place inside an If branch when you only want to break on certain conditions.
See also
- Loops — Browse all blocks in the Loops category.
Break out of a running loop early.