This website works better with JavaScript
Home
Esplora
Aiuto
Accedi
radu
/
LaTeX-examples
Segui
1
Vota
0
Forka
0
File
Problemi
0
Pull Requests
0
Wiki
Albero (Tree):
e42277ecda
Rami (Branch)
Tag
master
LaTeX-examples
/
documents
/
Programmierparadigmen
/
scripts
/
x10
/
array-example.x10
array-example.x10
59 B
Cronologia
Originale
1
2
val doubleIt = (i:Int) => i * 2
new Array[Int](5, doubleIt)