while else #97
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Now when the while statement can be left with
repeat
orbreak
awhile … else
clause does make sense. It is executed if the loop was finished properly.