Continue loop
Continue loop

Logic · Acts onchain

Skips the rest of the current loop iteration and re-evaluates the loop. Execution jumps back to the innermost loop's start, where the condition is checked again. It only has meaning inside a for, until, or while loop. Reach for it inside a loop behind a predicate to skip an item that fails a check, such as a market with no room, and move straight to the next iteration.

Takes nothing — it reads the caller's own position.