break for core

Break a loop.

Signature

> break

Examples

Break out of a loop

> loop { break }