Skip to content

Instantly share code, notes, and snippets.

@rassie
Created August 24, 2009 21:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rassie/174244 to your computer and use it in GitHub Desktop.
Save rassie/174244 to your computer and use it in GitHub Desktop.
if (n > 0) {
do {
processItem();
} while (--n);
}
n = parseInt(i / 8, 10);
do {
processItem();
processItem();
processItem();
processItem();
processItem();
processItem();
processItem();
processItem();
} while (--n); // n must be greater than 0 here
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment