if you want a new list, then `listOf(2,3,4) + list...
# getting-started
v
if you want a new list, then
listOf(2,3,4) + listOf(5, 6)