open-output-string
-- r7rs
Definition procedure
;
open-output-string
(from vonuvoli
);Procedure variants:
(() -> (string-output-port))
string-output-port
;scheme:base
-- (scheme base)
;scheme
-- (scheme)
;(open-output-string)
Returns a textual output port that will accumulate characters for retrieval by
get-output-string
.
The text herein was sourced and adapted as described in the "R7RS attribution of various text snippets" appendix.