fun main(args: Array){ val x = "abc" val y = "cde" val z = "$y$x.bar" }