Decision Loops: Inifite and Never Done

We're stuck in a loop, and it's not even a problem.

Conditionals: Always True Algorithmic Loops: Forevermore Recursive Loops: Never Done

// Inifite and Never Done while (1) { echo "We're stuck in a loop, and it's not even a problem."; // Repeat ad infinitum }

Optimizing for Inifite and Never Done