mirror of
https://github.com/MartinThoma/LaTeX-examples.git
synced 2025-04-26 06:48:04 +02:00
Typisierung
This commit is contained in:
parent
682d2a6f21
commit
137a44cd5e
4 changed files with 114 additions and 8 deletions
|
@ -0,0 +1,4 @@
|
|||
def quacker(duck:
|
||||
{def quack(value: String): String}) {
|
||||
println (duck.quack("like a duck!"))
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue