Skip to content

Instantly share code, notes, and snippets.

@allanwhite
Created October 1, 2015 18:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save allanwhite/ad5fa1198ebe42e336ef to your computer and use it in GitHub Desktop.
Save allanwhite/ad5fa1198ebe42e336ef to your computer and use it in GitHub Desktop.
Generate numbers 1-N
- for (var c = 1; c < 500; c++)
if c < 10
div 00#{c}
else if c <100
div 0#{c}
else
div #{c}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment