| |
| | Trivial Do While Loop |
 | | A trivial do/while loop is a useful device in CeeLanguage consisting of a do/while loop with a loop condition which always fails; i.e: |
 | | It has to do with semicolons, and of course there are holy wars over whether languages should have them, but when you come right down to it, they're not that big of a deal; they're not one of the major reasons why C is flawed, even if one thinks they're a minor reason. |
 | | Sometimes one is doing guards, a long series of them, and if any fail, you don't want to do the final block of code. |
| c2.com /cgi/wiki?TrivialDoWhileLoop (1900 words) |
|