add env script
[bpt/guile.git] / module / slib / obj2str.txi
1
2 @defun object->string obj
3 Returns the textual representation of @var{obj} as a string.
4 @end defun
5
6 @defun object->limited-string obj limit
7 Returns the textual representation of @var{obj} as a string of length
8 at most @var{limit}.
9 @end defun