2
0
Fork 0
mirror of https://github.com/MartinThoma/LaTeX-examples.git synced 2025-04-25 22:38:04 +02:00
LaTeX-examples/documents/Programmierparadigmen/scripts/scala/method-syntax.scala
2014-03-05 14:36:32 +01:00

1 line
No EOL
48 B
Scala

def name(parameter: String): Unit = { code ... }