j
k
j a
j l
Because ({1,2,3}) does not contain an element with the value ({2})? OTOH, this doesn't seem to work either:
replace(({1,({2}),3}),({2}),({17}));
(1) Result: ({ /* 3 elements */ 1, ({ /* 1 element */ 2 }), 3 })
Back to the thread
Back to the list