Skip to content

Instantly share code, notes, and snippets.

@arian
Created November 27, 2012 20:32
Show Gist options
  • Save arian/4156819 to your computer and use it in GitHub Desktop.
Save arian/4156819 to your computer and use it in GitHub Desktop.
for (expr1; expr2; expr3) {
// do thing
}
expr1
while (expr2) {
// do thing
expr3
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment