Maybe I'm doing something wrong but I can't get expand to work..
(set 'x 2 'a '(d e)) ; from the examples
(expand '(a x(b c x) 'x 'a))
For me this just returns the first list I typed. But I'm just using this on the console, not in any macros.. is this possible??
Many thanks.