Is there a way to join this declaration and assign...
# getting-started
f
Is there a way to join this declaration and assignment? var res: String = "" for (p in params) { res += p }