Hi all, if I have three symbols: A, B and C and I want build the symbol
ABC the only things that I can do is:
(read-from-string (concatenate 'string (symbol-name 'a) (symbol-name 'b)
(symbol-name 'c)))
Is there something more efficient?
Thank you very much and Best Regards.
Fabrizio.