Skip to content

Instantly share code, notes, and snippets.

@jonstorer
Created March 20, 2012 20:01
Show Gist options
  • Save jonstorer/2140700 to your computer and use it in GitHub Desktop.
Save jonstorer/2140700 to your computer and use it in GitHub Desktop.
do while loops
do {
// stuff;
} while ( test );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment