Programming

// life
while(noSuccess) { 
    tryAgain(); 
    if(dead) { 
        break; 
    } 
}