Scieneer Common Lisp 1.3.9 online documentation string thing [Function] Coerces thing into a string. If thing is a string, thing is returned. If thing is a symbol, thing's pname is returned. If thing is a character then a one element string containing that character is returned. If thing cannot be coerced into a string, an error occurs.