2
0
Fork 0
mirror of https://github.com/MartinThoma/LaTeX-examples.git synced 2025-04-26 06:48:04 +02:00
LaTeX-examples/documents/Programmierparadigmen/scripts/scala/method-syntax.scala

1 line
48 B
Scala
Raw Normal View History

2014-03-05 14:36:32 +01:00
def name(parameter: String): Unit = { code ... }