vicious cycle

(idea) by Amoeba Protozoa Fri Jun 16 2000 at 9:21:31

Aka vicious circle. An infinite loop which may or may not appear to have and endpoint while the cycle is in execution. Illustrated by the following code:

while(1) {
// Do something complicated, but non-fatal.
somethingComplex();
}
Y'know, if you log in, you can write something here, or contact authors directly on the site. Create a New User if you don't already have an account.