(break (? result #n))
  result: any type (optional)
M

Breaks out of a loop.

Breaks out of the innermost enclosing loop, while, until or for.

The result argument becomes the result of the loop as a whole.

See also: continue

loop
continue