Q


Intro       Symbols A B C D E F G H I J K L M N O P Q R S T U V W X Y Z       Index  
quotify thing [Function]

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

Example:

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