Performing Break and Continue Statements in Formula Nodes

Use the break keyword to exit the nearest do, for, or while loop or switch statement in the Formula Node.

Use the continue keyword to transfer control to the next iteration of the nearest do, for, or while loop in the Formula Node.