I have just started using Scala and wish to better understand the functional approach to problem solving. I have pairs of strings the first has placeholders for parameter an
Scala 2.10 introduces syntax for making string interpolation simpler.
for (i <- 0 to 10) println(s"iteration: $i")