Message 1 of 6
Append list as not one.

Not applicable
10-27-2016
06:34 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello
I get still terrible in my works.
Anyway, all I want to need helping is that if I have some list variable, I want to append list variable individually.
If i use append function such as (setq A(append '( 1 2) ' ( 4 5))), then i will get A that is '(1 2 4 5). However, this is not I want.
I want to get A that is ('(1 2) '(4 5)).
Thanks.