open-input-string[procedure] open-input-string string
SRFI-6: Takes a string and returns an input port that delivers
characters from the string. The port can be closed by close-input-port,
though its storage will be reclaimed by the garbage collector if it becomes
inaccessible.
Also in Bigloo,
ChezScheme, Chicken, Gauche,
LispMe, STk, STklos
See also open-output-string.
Some implementations call this make-string-input-port.
B and You
|