get-output-string[procedure] get-output-string output-port
SRFI-6: Given an output port created by open-output-string,
returns a string consisting of the characters that have been output
to the port so far.
Also in Bigloo,
ChezScheme, Chicken, Gauche, STk, STklos
See also open-output-string.
Some implementaions call this string-output-port-output.
|