String streams
Factor handbook ยป Input and output

Prev:Plain writer streams
Next:Byte-array streams


String streams:
<string-reader> ( str -- stream )

<string-writer> ( -- stream )


Utility combinators:
with-string-reader ( str quot -- )

with-string-writer ( quot -- str )