Message 1 of 6
swap elements in list
Not applicable
08-06-2020
01:23 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I have a list that is like '(a b d c e f g h) I am trying to swap the element only d an dc. I am using subst to swap that value in mapcar 'lambda but unable to get output.