unquote
Removes a quote from quoted arrays and symbols. When the last quote from a symbol is removed, the result is a string.
unquote('foo) // returns "foo" unquote( '({1,2,3}) ) // returns ({1,2,3})
quote(E), symbolp(E)
quote
symbolp