fun main(args: Array){ val a = "abc" val c = "bcd" val x = "${a}b$c" }