Created
November 30, 2012 04:25
-
-
Save dbousamra/4173765 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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