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