Operations (sample payloads)
Main operationsCopy
Copy
BreakCopy
Copy
Break out of the loop (execute the first step after the loop)
Sample Input
1{}
Sample Output
1{}
ContinueCopy
Copy
Interrupt current loop iteration and continue to the next one
Sample Input
1{}
Sample Output
1{}