concat

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

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