Control flow: Continue loop

Revision as of 01:53, 13 February 2024 by JosueGd (talk | contribs)
This action will not execute the remaining actions in the current cycle of the loop and will instead return to the beginning of the same loop to start a new iteration.
It is crucial to note that if this action is placed outside the context of a loop, it will have no effect and will be completely ignored.