📚 The CoCalc Library - books, templates and other resources
cocalc-examples / martinthoma-latex-examples / documents / Programmierparadigmen / scripts / x10 / closures-example.x10
132938 viewsLicense: OTHER
val r = new Random(); val rand = () => r.nextDouble();