Hi Kazimir,

> How would you convert symbol to sexpr? For example
> "(a bc def (g hi))"

This can be done with 'any':

: (any "(a bc def (g hi))")
-> (a bc def (g hi))

Cheers,
- Alex
-- 
UNSUBSCRIBE: mailto:picolisp@software-lab.de?subject=Unsubscribe

Reply via email to