2
0
Fork 0
mirror of https://github.com/MartinThoma/LaTeX-examples.git synced 2025-04-26 06:48:04 +02:00
LaTeX-examples/documents/Programmierparadigmen/scripts/x10/array-example.x10

2 lines
59 B
Text
Raw Normal View History

2014-03-28 11:51:59 +01:00
val doubleIt = (i:Int) => i * 2
new Array[Int](5, doubleIt)