adding strings always gives a string. and the expr...
# random
k
adding strings always gives a string. and the expression inside a string can be of any type, at least in kotlin, because the generated code will call
.toString()
on it