lispdoc - results for prin1-to-string |
(prin1-to-string object) | Function: Return the printed representation of OBJECT as a string with slashification on.
|
Example:(defun host-run-thread (id thunk) (process-run-function (prin1-to-string id) thunk)) | Mentioned in: CLtL2 - 18.3. String Construction and Manipulation CLtL2 - 22.1.6. What the Print Function Produces CLtL2 - 28.2. Functions in the Programmer Interface HyperSpec - Function WRITE-TO-STRING, PRIN1-TO-STRING, PRINC-TO-STRING |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
| By Bill Moorier |