Created
October 24, 2011 18:19
-
-
Save torbjornvatn/1309700 to your computer and use it in GitHub Desktop.
Scala syntax
This file contains 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
def partall = List(1, 2, 3).filter { t => t % 2 == 0 }; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment