1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-11 16:20:19 +02:00
guile/module/slib/obj2str.txi
2001-04-14 11:24:45 +00:00

9 lines
242 B
Text

@defun object->string obj
Returns the textual representation of @var{obj} as a string.
@end defun
@defun object->limited-string obj limit
Returns the textual representation of @var{obj} as a string of length
at most @var{limit}.
@end defun