Add constant to each item in list

Is it possible to add a constant to each item in a List such that:

List(1, 4, ๐Ÿ˜Ž + 6 becomes

List(7, 10, 14)

Thank you.

0 2 146
2 REPLIES 2
Top Labels in this Space