Introduction
These commands help control loops by deciding when to stop, skip, or repeat steps.
Stop a loop early when a condition is met.
Skip the current step and move to the next one in a loop.
Repeat the current step again without moving forward.