Skip to content

Instantly share code, notes, and snippets.

@tanabe
Created February 3, 2010 02:18
Show Gist options
  • Select an option

  • Save tanabe/293268 to your computer and use it in GitHub Desktop.

Select an option

Save tanabe/293268 to your computer and use it in GitHub Desktop.
var count:uint = 10;
while (count --> 0) {
trace(count);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment