Skip to content

Instantly share code, notes, and snippets.

@alstrom
Created October 1, 2013 06:46
Show Gist options
  • Save alstrom/6774689 to your computer and use it in GitHub Desktop.
Save alstrom/6774689 to your computer and use it in GitHub Desktop.
Loop
if(i==null){ i=1; } if(i>1){ stop(); }else{ trace(i); i++; }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment