📚 The CoCalc Library - books, templates and other resources
cocalc-examples / martinthoma-latex-examples / documents / Programmierparadigmen / scripts / x10 / array-example.x10
132937 viewsLicense: OTHER
val doubleIt = (i:Int) => i * 2 new Array[Int](5, doubleIt)