next
and redo
near the top of the loop when possible.unless
and until
.unless ... else ...
while (C1) { if (C2) { statement; if (C3) { statements; } } else { statements; } }
Forward to Reduce Complexity (solution)
Back to Avoid Gratuitous Backslashes
Up to index
Copyright © 1998, Tom Christiansen
All rights reserved.