break
for core
Break a loop.
Signature
> break
Notes
This command is a parser keyword. For details, check: https://www.nushell.sh/book/thinking_in_nu.html
Examples
Break out of a loop
> loop { break }
break
for core> break
This command is a parser keyword. For details, check: https://www.nushell.sh/book/thinking_in_nu.html
Break out of a loop
> loop { break }