break
for core
Break a loop.
Signature
> break
Input/output types:
input | output |
---|---|
nothing | nothing |
Examples
Break out of a loop
> loop { break }
break
for core> break
input | output |
---|---|
nothing | nothing |
Break out of a loop
> loop { break }