Bernard Helyer Wed, 13 Apr 2011 06:45:29 -0700
You could wrap the loop in an if clause:
if (condition) while (true) { // ... } else { // ... }