RosettaCodeData/Task/Interactive-programming-repl-/Scala/interactive-programming-repl--5.scala
2023-07-01 13:44:08 -04:00

4 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) =
^