Skip to content

Instantly share code, notes, and snippets.

@ochafik
Created February 12, 2013 14:06
Show Gist options
  • Save ochafik/4770099 to your computer and use it in GitHub Desktop.
Save ochafik/4770099 to your computer and use it in GitHub Desktop.
(0 until iterations).foreach(iteration => {
(0 until n).foreach(i => {
...
})
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment