Control flow: Break from loop

Revision as of 22:04, 12 February 2024 by JosueGd (talk | contribs) (Created page with "<pre style="background-color: #ACC8E5; color: #112A46; border-radius: 10px; padding: 10px;"> This action will immediately break out of the current loop and run the next action...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
This action will immediately break out of the current loop and run the next action after the loop.
If this action is placed outside of a loop then it will be ignored.