 |
String Interpolation - Scala Documentation
Josh Suereth Introduction Starting in Scala 2.10.0, Scala offers a new mechanism to create strings from your data: String Interpolation. String Interpolation allows users to embed variable references directly in processed string literals. Here’s an exampl
docs.scala-lang.org |
 |