Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download

📚 The CoCalc Library - books, templates and other resources

132948 views
License: OTHER
at (Place(1)) { ... }

val a:Int = 42;

at (here.next()) {
    Console.OUT.println(here);
    Console.OUT.println(a);
}