
Logic · Acts onchain
Exits the current loop immediately, continuing after the loop's end. Execution jumps past the innermost loop's End block, skipping any remaining iterations. It only has meaning inside a for, until, or while loop. Reach for it inside a loop behind a predicate, so a target reached mid-iteration, such as a balance depleted or a fill completed, stops the loop without waiting for its condition.
Takes nothing — it reads the caller's own position.