object Test extends App { println(s"""something like this ${3+4} now works!.""") }