Hi all,
just a question...what would be the simplest approach to replace a nth-symbol in a list?
I mean, changing
[one two three (
into
[one five three (
without tricky list splits?