quotify thing [Function]

Return thing surrounded by string quotes. Thing may be either a symbol or a string.

Example:

? (princ (quotify 'foo))
"FOO"
"\"FOO\""


Last Modified: 5-Mar-1998