break for core

Break a loop.

Signature

> break {flags}

Input/output types:

input output
nothing nothing

Examples

Break out of a loop

> loop { break }