open-input-string
-- r7rs
Definition procedure
;
open-input-string
(from vonuvoli
);Procedure variants:
((string) -> (string-input-port))
string
;string-input-port
;scheme:base
-- (scheme base)
;scheme
-- (scheme)
;(open-input-string string)
Takes a string and returns a textual input port that delivers characters from the string. If the string is modified, the effect is unspecified.
The text herein was sourced and adapted as described in the "R7RS attribution of various text snippets" appendix.