Next: , Previous: , Up: Printing Scheme   [Contents][Index]


4.12.2 Object-To-String

(require 'object->string)

Function: object->string obj

Returns the textual representation of obj as a string.

Function: object->limited-string obj limit

Returns the textual representation of obj as a string of length at most limit.