This website works better with JavaScript
Inicio
Explorar
Axuda
Iniciar sesión
radu
/
LaTeX-examples
Seguir
1
Destacar
0
Fork
0
Ficheiros
Incidencias
0
Pull Requests
0
Wiki
Árbore:
e42277ecda
Ramas
Etiquetas
master
LaTeX-examples
/
documents
/
Programmierparadigmen
/
scripts
/
x10
/
array-example.x10
array-example.x10
59 B
Histórico
Raw
1
2
val doubleIt = (i:Int) => i * 2
new Array[Int](5, doubleIt)