]> gitweb.factorcode.org Git - factor.git/blob - core/io/streams/plain/plain-docs.factor
core: trim using lists with tool
[factor.git] / core / io / streams / plain / plain-docs.factor
1 USING: help.markup help.syntax ;
2 IN: io.streams.plain
3
4 ABOUT: "io.streams.plain"
5
6 HELP: plain-writer
7 { $class-description "An output stream mixin providing an implementation of the extended stream output protocol in a trivial way." }
8 { $see-also "stream-protocol" } ;