Message 1 of 15
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
(setq a '(1 2 3 4 5) (1 2 3 4 5) In tutorials to add 1 to list a is (mapcar '1+ a) (2 3 4 5 6) but i want to add 2 to my list a please help
Shreev
Solved! Go to Solution.