Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download

📚 The CoCalc Library - books, templates and other resources

132944 views
License: OTHER
1
def quacker(duck:
2
{def quack(value: String): String}) {
3
println (duck.quack("like a duck!"))
4
}
5