Process each element in the entire list
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.
[vexpr $i1 + 1 @scalarmode 1]
Thanks very much. This made my day easier!