open-output-string

[procedure] open-output-string

SRFI-6: Returns an output port that will accumulate characters for retrieval by get-output-string. The port can be closed by the procedure close-output-port, though its storage will be reclaimed by the garbage collector if it becomes inaccessible.

Also in Bigloo, ChezScheme, Chicken, Gauche, STk, STklos

See also open-input-string, get-output-string.

Some implementations call this make-string-output-port.

 numero rio