Difference between revisions of "Control flow: Break from loop"
(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...") |
m |
||
Line 1: | Line 1: | ||
<pre style="background-color: #ACC8E5; color: #112A46; border-radius: 10px; padding: 10px;"> | <pre style="background-color: #ACC8E5; color: #112A46; border-radius: 10px; padding: 10px;"> | ||
− | This action | + | This action immediately interrupts the loop in which it is currently running. |
− | + | The macro continues with the first action immediately after the loop. | |
</pre> | </pre> |
Revision as of 01:47, 13 February 2024
This action immediately interrupts the loop in which it is currently running. The macro continues with the first action immediately after the loop.