5 lines
190 B
Scala
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) =
|
||
|
|
^
|