lispdoc - results for princ-to-string |
(princ-to-string object) | Function: Return the printed representation of OBJECT as a string with slashification off.
|
Example:(defun show-warning (warn) (error-popup (princ-to-string warn) "Warning" :warning)) | Mentioned in: CLtL2 - 18.3. String Construction and Manipulation CLtL2 - 22.3.1. Output to Character Streams CLtL2 - 28.2. Functions in the Programmer Interface HyperSpec - Function WRITE-TO-STRING, PRIN1-TO-STRING, PRINC-TO-STRING PCL - the basic evaluation rule PCL - the foo language |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
| By Bill Moorier |