This website works better with JavaScript
Etusivu
Tutki
Apua
Kirjaudu sisään
radu
/
LaTeX-examples
Tarkkaile
1
Äänestä
0
Fork
0
Tiedostot
Ongelmat
0
Pull-pyynnöt
0
Wiki
Puu:
9fa7cdfea0
Branchit
Tagit
master
LaTeX-examples
/
documents
/
Programmierparadigmen
/
scripts
/
x10
/
array-example.x10
array-example.x10
59 B
Historia
Raaka
1
2
val doubleIt = (i:Int) => i * 2
new Array[Int](5, doubleIt)