Returning from loops
One of the uses of a loop
is to retry an operation until it succeeds:
- If the operation returns a value though, you might need to pass it to the rest of the code
One of the uses of a loop
is to retry an operation until it succeeds: