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

5 lines
190 B
Scala
Raw Permalink Normal View History

2013-04-10 21:29:02 -07:00
scala> def (str1: String, str2: String, separator: String) =
<console>:1: error: identifier expected but '(' found.
def (str1: String, str2: String, separator: String) =
^