📚 The CoCalc Library - books, templates and other resources
cocalc-examples / martinthoma-latex-examples / documents / Programmierparadigmen / scripts / x10 / at-example.x10
201888 viewsLicense: OTHER
at (Place(1)) { ... }
val a:Int = 42;
at (here.next()) {
Console.OUT.println(here);
Console.OUT.println(a);
}