Skip to content

Instantly share code, notes, and snippets.

@ToreySound
Created November 9, 2013 23:55
Show Gist options
  • Select an option

  • Save ToreySound/7391701 to your computer and use it in GitHub Desktop.

Select an option

Save ToreySound/7391701 to your computer and use it in GitHub Desktop.
var stack = 1:
while(stack <=5 ) {
stack = stack * 2;
print(stack);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment