concat

fun concat(block: Expression.ExpressionBuilder.() -> Unit)

Returns a string consisting of the concatenation of the inputs. Each input is converted to a string as if by to-string.

fun concat(vararg values: String)

Returns a string consisting of the concatenation of the inputs.