Skip to content

Instantly share code, notes, and snippets.

@dbousamra
Created November 30, 2012 04:25
Show Gist options
  • Save dbousamra/4173765 to your computer and use it in GitHub Desktop.
Save dbousamra/4173765 to your computer and use it in GitHub Desktop.
for {
x <- (0 until 10)
y <- (0 until 10)
} {
//do something with (x and y)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment