Skip to content

Latest commit

 

History

History
35 lines (25 loc) · 534 Bytes

break.md

File metadata and controls

35 lines (25 loc) · 534 Bytes
title categories version core usage feature
break
core
0.93.0
Break a loop.
Break a loop.
default

break for core

Break a loop.

Signature

> break {flags}

Input/output types:

input output
nothing nothing

Examples

Break out of a loop

> loop { break }