RosettaCodeData/Task/Interactive-programming-repl-/Scala/interactive-programming-rep...

5 lines
190 B
Scala

scala> def (str1: String, str2: String, separator: String) =
<console>:1: error: identifier expected but '(' found.
def (str1: String, str2: String, separator: String) =
^