mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-11 16:20:19 +02:00
9 lines
242 B
Text
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
|