break for core

Break a loop.

Signature

> break

Input/output types:

inputoutput
nothingnothing

Examples

Break out of a loop

> loop { break }