Break out of loop
This will immediately exit the current loop that we're currently in. If you have nested loops, this will only exit the current loop that you're inside of.
This will immediately exit the current loop that we're currently in. If you have nested loops, this will only exit the current loop that you're inside of.