When used inside of a While Loop or Do While Loop, this action’s name is displayed as “Continue Back to the Loop Condition of This Loop”, and it causes execution of the code to continue back to the “loop condition” of the innermost loop that contains it, without executing the rest of the code in the innermost loop that is beneath the line of code of the “Continue Back to the Loop Condition of This Loop” action.
If the “Continue Back to the Loop Condition of This Loop” action is currently located inside of multiple nested loops, execution of the code will continue back to the “loop condition” that belongs to the innermost loop only.
If the “loop condition” of the innermost loop that contains this action evaluates to true, the innermost loop will be executed again.
When used inside of a For Loop (Quagensia® N Edition Only), this action’s name is displayed as “Continue Back to the Post-Loop Iterator and Loop Condition of This Loop”, and it causes execution of the code to continue back to the “post-loop iterator statement(s)” and “loop condition” of the innermost for loop that contains it, without executing the rest of the code in the innermost for loop that is beneath the line of code of the “Continue Back to the Post-Loop Iterator and Loop Condition of This Loop” action.
If the “Continue Back to the Post-Loop Iterator and Loop Condition of This Loop” action is currently located inside of multiple nested for loops, execution of the code will continue back to the “post-loop iterator statement(s)” and “loop condition” that belongs to the innermost for loop only.
If the “loop condition” of the innermost for loop that contains this action evaluates to true, the innermost loop will be executed again.
The following advanced tutorial on lists and loops was made for Quagensia N Edition, but can be followed almost word-for-word in Quagensia T Edition as well. It shows how to use the “Exit Out of This Loop” and “Continue Back to the Loop Condition of This Loop” actions toward the end of the video. Skip to this part of the video by clicking here: YouTube.