continue
for core> continue {flags}
input | output |
---|---|
nothing | nothing |
Continue a loop from the next iteration
>foriin1..10 { if$i==5 { continue };print$i}
Copyright © 2019–2023 The Nushell Project DevelopersLicensed under the MIT License.
https://www.nushell.sh/commands/docs/continue.html