Re: ((quote (list 1 2 3))) is wrong ?



sailormoontw@xxxxxxxxx wrote:
Ronald 寫道:

I think the result should be (1 2 3), but it can't be run.

You might try this instead
(eval (quote (list 1 2 3)))

I'm careless.
Thanks.
.