6 String interpolation
From Scala 2.10, string interpolation is supported.
For complex expressions add curly braces, e.g.
s"Two times three: ${2 * 3}"
From Scala 2.10, string interpolation is supported.
For complex expressions add curly braces, e.g.
s"Two times three: ${2 * 3}"