break for core

Break a loop.

Signature

> break {flags}

Input/output types:

inputoutput
nothingnothing

Examples

Break out of a loop

> loop { break }