mirror of
https://github.com/MartinThoma/LaTeX-examples.git
synced 2025-04-26 06:48:04 +02:00
2 lines
No EOL
59 B
Text
2 lines
No EOL
59 B
Text
val doubleIt = (i:Int) => i * 2
|
|
new Array[Int](5, doubleIt) |