Function
Calls print on object.and returns the result as a string.
print-to-string object #key level length circle? pretty? => result
<object>.
#f or an instance of <fixed-integer>. Default value: *print-level*.
#f or an instance of <fixed-integer>. Default value: *print-length*.
<boolean>. Default value: *print-circle?*.
<boolean>. Default value: *print-pretty?*.
<byte-string>.
io
Calls print to produce output according to the print request formed by the keyword arguments and returns the result as a string.