This website works better with JavaScript
Accueil
Explorer
Aide
Connexion
radu
/
LaTeX-examples
Suivre
1
Voter
0
Fork
0
Fichiers
Tickets
0
Pull Requests
0
Wiki
Aborescence:
9fa7cdfea0
Branches
Tags
master
LaTeX-examples
/
documents
/
Programmierparadigmen
/
scripts
/
x10
/
array-example.x10
array-example.x10
59 B
Historique
Raw
1
2
val doubleIt = (i:Int) => i * 2
new Array[Int](5, doubleIt)