I know how to convert a symbol to a string: (string \'hello) returns "Hello". What if the symbol is quoted twice? For example: \'\'hell
(string \'hello)
"Hello"
\'\'hell