for (x: ints, x % 2 == 0) -> xwith this code in Scala:
for (val x <- ints; x % 2 == 0) yield xLooks pretty familiar right? I do like the saturn syntax better, though.
Why do I keep having other people's ideas?
for (x: ints, x % 2 == 0) -> xwith this code in Scala:
for (val x <- ints; x % 2 == 0) yield xLooks pretty familiar right? I do like the saturn syntax better, though.
0 comments:
Post a Comment