Process each element in the entire list

Ka-Shu Tam's icon

I apparently have a list with 10 numbers. Is there a quick way to add 1 to each item in the list without unpacking it? And is there a quick way to prepend "set" to each item when outputting, instead of unpacking the list and have 10 "prepend object" on the screen? Thanks.

Jean-Francois Charles's icon

[vexpr $i1 + 1 @scalarmode 1]

Ka-Shu Tam's icon

Thanks very much. This made my day easier!