RosettaCodeData/Task/Interactive-programming-repl-/Scala/interactive-programming-repl--5.scala

5 lines
190 B
Scala
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
scala> def (str1: String, str2: String, separator: String) =
<console>:1: error: identifier expected but '(' found.
def (str1: String, str2: String, separator: String) =
^